]> git.sur5r.net Git - cc65/blobdiff - src/cc65/textseg.c
Normalized code.
[cc65] / src / cc65 / textseg.c
index 2275261e026b4d8719f1aaed6b4d0d8acf1c1f21..cbb393b50a55c8233d0e3d271eb53498cd8c37c8 100644 (file)
@@ -116,6 +116,3 @@ void TS_Output (const TextSeg* S)
     /* Add an additional newline after the segment output */
     WriteOutput ("\n");
 }
-
-
-