Index: tests/enum_tests/structEnum.cfa
===================================================================
--- tests/enum_tests/structEnum.cfa	(revision fc134a48a40512fa2957765975077ee1bb642ba2)
+++ tests/enum_tests/structEnum.cfa	(revision 9c6443e73df608a521d9c1d6a1fad2fe729a79e6)
@@ -24,10 +24,7 @@
 int main() {
     printf("%d %c\n", apple.x, apple.y);
-    // Failed; enumInstType is now not a real type and not instantiated. 
+    // Failed; enumInstType is now not a real type and not instantiated.
     // Not sure if we want that
     // printf("%d %c\n", second.x, second.y);
     return 0;
 }
-
-
-
