]> git.sur5r.net Git - cc65/blobdiff - src/cc65/casenode.c
Normalized code.
[cc65] / src / cc65 / casenode.c
index 0e1b3730536540c9fd2d042533a1170bbbcead4b..fd35a035b16b1b25b8870d664572209c6bc5d270 100644 (file)
@@ -182,6 +182,3 @@ unsigned InsertCaseValue (Collection* Nodes, unsigned long Val, unsigned Depth)
     /* Return the label of the node we found/created */
     return CaseLabel;
 }
-
-
-