Quellcode durchsuchen

Many modifications, mostly in comment

ceriel vor 27 Jahren
Ursprung
Commit
6c797e83e3
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 2 2
      util/cmisc/tabgen.c

+ 2 - 2
util/cmisc/tabgen.c

@@ -3,13 +3,13 @@
  * See the copyright notice in the ACK home directory, in the file "Copyright".
  */
 /*
-	chtabgen - character table generator 
+	chtabgen - character table generator
 
 	Author: Erik Baalbergen (..tjalk!erikb)
 	Many mods by Ceriel Jacobs
 */
 
-#include <stdio.h> 
+#include <stdio.h>
 
 #ifndef NORCSID
 static char *RcsId = "$Id$";