Index: tests/enum_tests/structEnum.cfa
===================================================================
--- tests/enum_tests/structEnum.cfa	(revision fc134a48a40512fa2957765975077ee1bb642ba2)
+++ tests/enum_tests/structEnum.cfa	(revision 5cf1228fbb704ea7ccef879b4c60f16486335b9a)
@@ -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;
 }
-
-
-
