]> git.sur5r.net Git - cc65/blobdiff - src/common/target.c
Removed (pretty inconsistently used) tab chars from source code base.
[cc65] / src / common / target.c
index 79c9f8555b8dc4580388171460b1a0c3645feb54..d42d824295b3508291c8a88a4b0391787c05dc57 100644 (file)
@@ -1,8 +1,8 @@
 /*****************************************************************************/
 /*                                                                           */
-/*                                target.c                                  */
+/*                                 target.c                                  */
 /*                                                                           */
-/*                          Target specification                            */
+/*                           Target specification                            */
 /*                                                                           */
 /*                                                                           */
 /*                                                                           */
@@ -175,12 +175,12 @@ static const TargetProperties PropertyTable[TGT_COUNT] = {
 };
 
 /* Target system */
-target_t Target        = TGT_NONE;
+target_t Target = TGT_NONE;
 
 
 
 /*****************************************************************************/
-/*                                          Code                                    */
+/*                                   Code                                    */
 /*****************************************************************************/