]> git.sur5r.net Git - cc65/blobdiff - src/common/fileid.c
Removed (pretty inconsistently used) tab chars from source code base.
[cc65] / src / common / fileid.c
index d7a1fcdc8c7706bafb0f776de3df311badd83ee5..fe26aff791c840367f0714aac84ca364142a336d 100644 (file)
@@ -43,7 +43,7 @@
 
 
 /*****************************************************************************/
-/*                                  Code                                    */
+/*                                   Code                                    */
 /*****************************************************************************/
 
 
@@ -68,7 +68,7 @@ const FileId* GetFileId (const char* Name, const FileId* Table, unsigned Count)
 
     /* Do we have an extension? */
     if (Ext == 0) {
-       return 0;
+        return 0;
     }
 
     /* Search for a table entry and return it */