diff lib-src/sorted-doc.c @ 42439:d8a417105504

Remove unnecessary whitespaces.
author Pavel Janík <Pavel@Janik.cz>
date Sun, 30 Dec 2001 22:09:01 +0000
parents 83c1951257f1
children 695cf19ef79e d7ddb3e565de
line wrap: on
line diff
--- a/lib-src/sorted-doc.c	Sun Dec 30 22:07:35 2001 +0000
+++ b/lib-src/sorted-doc.c	Sun Dec 30 22:09:01 2001 +0000
@@ -1,6 +1,6 @@
 /* Give this program DOC-mm.nn.oo as standard input and it outputs to
    standard output a file of texinfo input containing the doc strings.
-   
+
    Copyright (C) 1989, 1992, 1994, 1996, 1999, 2000, 2001
       Free Software Foundation Inc.
 
@@ -121,7 +121,7 @@
 {
   "WAITING", "BEG_NAME", "NAME_GET", "BEG_DESC", "DESC_GET"
 };
-    
+
 int
 main ()
 {
@@ -133,7 +133,7 @@
 
   DOCSTR *docs;			/* chain of allocated DOCSTRS */
   char buf[512];		/* line buffer */
-    
+
   while (1)			/* process one char at a time */
     {
       /* this char from the DOCSTR file */
@@ -181,7 +181,7 @@
 	  bp = buf;
 	  state = DESC_GET;
 	}
-	
+
       /* process gets */
 
       if (state == NAME_GET || state == DESC_GET)