]> git.sur5r.net Git - cc65/blobdiff - src/common/filetime.c
Removed (pretty inconsistently used) tab chars from source code base.
[cc65] / src / common / filetime.c
index b621b9e57df14a0c637f78319a51f66162277ca9..0253807591cd6142d3a25b0892ee88c0a0438800 100644 (file)
@@ -51,7 +51,7 @@
 /* The Windows compilers have the file in the wrong directory */
 #  include <sys/utime.h>
 #else
-#  include <sys/types.h>               /* FreeBSD needs this */
+#  include <sys/types.h>                /* FreeBSD needs this */
 #  include <utime.h>
 #endif
 #endif
@@ -63,7 +63,7 @@
 
 
 /*****************************************************************************/
-/*                                          Code                                    */
+/*                                   Code                                    */
 /*****************************************************************************/