Index: tests/malloc.cfa
===================================================================
--- tests/malloc.cfa	(revision 2b1884880a00a20a5a476e0374ec239fd0c9e2dc)
+++ tests/malloc.cfa	(revision 654d5a47c15a6dc6131ded518b5dbf849ebf847d)
@@ -319,5 +319,5 @@
 	free(ip);
 
-	free( (void*) 0p ); // sanity check
+	free( (void *) 0p ); // sanity check
 	free( NULL ); // sanity check
 
@@ -605,2 +605,7 @@
 	return 0;
 }
+
+// Local Variables: //
+// tab-width: 4 //
+// compile-command: "cfa malloc.cfa" //
+// End: //
