]> git.sur5r.net Git - cc65/blobdiff - src/cc65/litpool.c
Removed (pretty inconsistently used) tab chars from source code base.
[cc65] / src / cc65 / litpool.c
index cf826132037224d32272304cf581077a0382256c..013c6ad4a4f75654ea15b504103ed197d4152a7f 100644 (file)
@@ -1,8 +1,8 @@
 /*****************************************************************************/
 /*                                                                           */
-/*                                litpool.c                                 */
+/*                                 litpool.c                                 */
 /*                                                                           */
-/*             Literal string handling for the cc65 C compiler              */
+/*              Literal string handling for the cc65 C compiler              */
 /*                                                                           */
 /*                                                                           */
 /*                                                                           */
@@ -53,7 +53,7 @@
 
 
 /*****************************************************************************/
-/*                                  Data                                    */
+/*                                   Data                                    */
 /*****************************************************************************/
 
 
@@ -215,7 +215,7 @@ unsigned GetLiteralSize (const Literal* L)
 
 
 /*****************************************************************************/
-/*                                  Code                                    */
+/*                                   Code                                    */
 /*****************************************************************************/
 
 
@@ -347,7 +347,7 @@ static void OutputWritableLiterals (Collection* Literals)
 
     /* If nothing there, exit... */
     if (CollCount (Literals) == 0) {
-       return;
+        return;
     }
 
     /* Switch to the correct segment */
@@ -376,7 +376,7 @@ static void OutputReadOnlyLiterals (Collection* Literals)
 
     /* If nothing there, exit... */
     if (CollCount (Literals) == 0) {
-       return;
+        return;
     }
 
     /* Switch to the correct segment */