]> git.sur5r.net Git - cc65/blobdiff - src/cc65/codegen.c
Normalized code.
[cc65] / src / cc65 / codegen.c
index 2d41c4a95e39b68b497fa5b80455a974dda4969f..7ee2a972e16c9bbf43e0b24d1191af128ad9d707 100644 (file)
@@ -4362,6 +4362,3 @@ void g_asmcode (struct StrBuf* B)
 {
     AddCodeLine ("%.*s", (int) SB_GetLen (B), SB_GetConstBuf (B));
 }
-
-
-