]> git.sur5r.net Git - cc65/blobdiff - src/cc65/dataseg.c
Normalized code.
[cc65] / src / cc65 / dataseg.c
index c19791e9e43e0c264c232b922c0887bc50c24197..40ec6f7939cbe574bd67837045654b19e9b2a27d 100644 (file)
@@ -130,7 +130,3 @@ void DS_Output (const DataSeg* S)
     /* Add an additional newline after the segment output */
     WriteOutput ("\n");
 }
-
-
-
-