]> git.sur5r.net Git - cc65/blobdiff - src/ar65/library.h
Removed (pretty inconsistently used) tab chars from source code base.
[cc65] / src / ar65 / library.h
index 09a489478271e80c4dae61727374855574b979e2..abb8c475fc3d9a9cc38173075378fc9e0900c9de 100644 (file)
@@ -1,8 +1,8 @@
 /*****************************************************************************/
 /*                                                                           */
-/*                                library.h                                 */
+/*                                 library.h                                 */
 /*                                                                           */
-/*        Library data structures and helpers for the ar65 archiver         */
+/*         Library data structures and helpers for the ar65 archiver         */
 /*                                                                           */
 /*                                                                           */
 /*                                                                           */
@@ -43,7 +43,7 @@
 
 
 /*****************************************************************************/
-/*                                          Data                                    */
+/*                                   Data                                    */
 /*****************************************************************************/
 
 
 extern const char* LibName;
 
 /* File descriptor for the new library file */
-extern FILE*   NewLib;
+extern FILE*    NewLib;
 
 
 
 /*****************************************************************************/
-/*                                          Code                                    */
+/*                                   Code                                    */
 /*****************************************************************************/