]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/c/preprocessor/preprocessor-tests.factor
factor: clean up spaces in -tests files
[factor.git] / extra / c / preprocessor / preprocessor-tests.factor
index 7b0dedea46c122f0701cb96a71a0e3d422a0b130..da5c574b5c1a26cde538995054b189d1e7e12372 100644 (file)
@@ -20,8 +20,8 @@ IN: c.preprocessor.tests
 
 
 (*
-f(2 * (y+1)) + f(2 * (f(2 * (z[0])))) % f(2 * (0)) + t(1); 
-f(2 * (2+(3,4)-0,1)) | f(2 * (~ 5)) & f(2 * (0,1))^m(0,1); 
-int i[] = { 1, 23, 4, 5, }; 
-char c[2][6] = { "hello", "" }; 
+f(2 * (y+1)) + f(2 * (f(2 * (z[0])))) % f(2 * (0)) + t(1);
+f(2 * (2+(3,4)-0,1)) | f(2 * (~ 5)) & f(2 * (0,1))^m(0,1);
+int i[] = { 1, 23, 4, 5, };
+char c[2][6] = { "hello", "" };
 *)