]> git.sur5r.net Git - cc65/blobdiff - src/ca65/incpath.c
Removed (pretty inconsistently used) tab chars from source code base.
[cc65] / src / ca65 / incpath.c
index 2a8bb9c73c8d3fa22c878001dbda2f138737f528..76ad3111af70377bd99d4ff931068672fe193447 100644 (file)
@@ -1,8 +1,8 @@
 /*****************************************************************************/
 /*                                                                           */
-/*                                incpath.c                                 */
+/*                                 incpath.c                                 */
 /*                                                                           */
-/*           Include path handling for the ca65 macro assembler             */
+/*            Include path handling for the ca65 macro assembler             */
 /*                                                                           */
 /*                                                                           */
 /*                                                                           */
@@ -39,7 +39,7 @@
 
 
 /*****************************************************************************/
-/*                                  Data                                    */
+/*                                   Data                                    */
 /*****************************************************************************/
 
 
@@ -50,7 +50,7 @@ SearchPath*     BinSearchPath;          /* Binary include path */
 
 
 /*****************************************************************************/
-/*                                          Code                                    */
+/*                                   Code                                    */
 /*****************************************************************************/