]> git.sur5r.net Git - cc65/blobdiff - src/common/shift.h
Merge remote-tracking branch 'upstream/master' into a5200
[cc65] / src / common / shift.h
index c3f36930d8e04bd7a765671e346e1bd479e1be5e..07c192acb85b87b78ce7b546dd8c6509878106be 100644 (file)
@@ -57,7 +57,7 @@
 
 
 /*****************************************************************************/
-/*                                          Code                                    */
+/*                                   Code                                    */
 /*****************************************************************************/
 
 
@@ -79,6 +79,3 @@ unsigned long shr_l (unsigned long l, unsigned count);
 /* End of shift.h */
 
 #endif
-
-
-