Issue 63: fix up line endings
diff --git a/examples/c_files/funky.c b/examples/c_files/funky.c
index 252375f..5ebf7b2 100644
--- a/examples/c_files/funky.c
+++ b/examples/c_files/funky.c
@@ -1,20 +1,20 @@
-char foo(void)

-{

-    return '1';

-}

-

-int maxout_in(int paste, char** matrix)

-{

-    char o = foo();

-    return (int) matrix[1][2] * 5 - paste;

-}

-

-int main()

-{

-    auto char* multi = "a multi";

-    

-    

-}

-

-

-

+char foo(void)
+{
+    return '1';
+}
+
+int maxout_in(int paste, char** matrix)
+{
+    char o = foo();
+    return (int) matrix[1][2] * 5 - paste;
+}
+
+int main()
+{
+    auto char* multi = "a multi";
+    
+    
+}
+
+
+