]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/compiler/tests/alien.factor
factor: fix some spacing
[factor.git] / basis / compiler / tests / alien.factor
index bd476d31c4e0675480fa97fb0384f58a60d182a3..8ba7772ab6290860e55cc7cd968b0ac071f66fed 100644 (file)
@@ -1036,7 +1036,7 @@ FUNCTION: ulong ffi_test_70 ( test_struct_68 a test_struct_68 b, test_struct_66
 ] unit-test
 
 { 55 } [
-   1 2 3 S{ test_struct_66 f 4 5 } S{ test_struct_69 f 6.0 7 8 } S{ test_struct_66 f 9 10 } ffi_test_69
+    1 2 3 S{ test_struct_66 f 4 5 } S{ test_struct_69 f 6.0 7 8 } S{ test_struct_66 f 9 10 } ffi_test_69
 ] unit-test
 
 : callback-17 ( -- callback )