]> git.sur5r.net Git - cc65/blobdiff - libsrc/common/getchar.c
Removed (pretty inconsistently used) tab chars from source code base.
[cc65] / libsrc / common / getchar.c
index 5c80b9b3630587ef55f08a05238c9d57f0c05ff4..363be02000eb900cf05fb054946b97bdee565c70 100644 (file)
@@ -7,12 +7,12 @@
 
 
 #include <stdio.h>
-#undef getchar         /* This is usually declared as a macro */
+#undef getchar          /* This is usually declared as a macro */
 
 
 
 /*****************************************************************************/
-/*                                          Code                                    */
+/*                                   Code                                    */
 /*****************************************************************************/