]> git.sur5r.net Git - cc65/blobdiff - src/cc65/goto.h
Merge remote-tracking branch 'upstream/master' into a5200
[cc65] / src / cc65 / goto.h
index 3ec95e5421aa7b78ae1a887e69dd9d53df63e67c..3ca8223e2452f0d6d877c5a04161f90bef980ba8 100644 (file)
@@ -1,8 +1,8 @@
 /*****************************************************************************/
 /*                                                                           */
-/*                                 goto.h                                   */
+/*                                  goto.h                                   */
 /*                                                                           */
-/*             Goto and label handling for the cc65 C compiler              */
+/*              Goto and label handling for the cc65 C compiler              */
 /*                                                                           */
 /*                                                                           */
 /*                                                                           */
@@ -39,7 +39,7 @@
 
 
 /*****************************************************************************/
-/*                                  Code                                    */
+/*                                   Code                                    */
 /*****************************************************************************/
 
 
@@ -53,7 +53,5 @@ void DoLabel (void);
 
 
 /* End of goto.h */
-#endif
-
-
 
+#endif