]> git.sur5r.net Git - cc65/blobdiff - src/cc65/typecmp.c
Normalized code.
[cc65] / src / cc65 / typecmp.c
index 139b3b3ffeea2ff65afc5878358dcf3fc72118d7..310abe9f65065a581bc6cba7a3ba772881b23aa4 100644 (file)
@@ -420,7 +420,3 @@ typecmp_t TypeCmp (const Type* lhs, const Type* rhs)
     /* Return the result */
     return Result;
 }
-
-
-
-