]> git.sur5r.net Git - cc65/blobdiff - src/cc65/ident.c
Removed (pretty inconsistently used) tab chars from source code base.
[cc65] / src / cc65 / ident.c
index f29f06a7432ecf31b729720f7c6d3d9d845b9d4f..fac69bd0a40808023adbdf59b5ab7f433705ee46 100644 (file)
@@ -1,8 +1,8 @@
 /*****************************************************************************/
 /*                                                                           */
-/*                                 ident.c                                  */
+/*                                  ident.c                                  */
 /*                                                                           */
-/*                Identifier handling for the cc65 compiler                 */
+/*                 Identifier handling for the cc65 compiler                 */
 /*                                                                           */
 /*                                                                           */
 /*                                                                           */
 
 /* common */
 #include "chartype.h"
-                    
+                     
 /* cc65 */
 #include "ident.h"
 
 
 
 /*****************************************************************************/
-/*                                  Code                                    */
+/*                                   Code                                    */
 /*****************************************************************************/