]> git.saurik.com Git - apple/xnu.git/blobdiff - tools/tests/perf_index/perfindex-zfod.c
xnu-4903.270.47.tar.gz
[apple/xnu.git] / tools / tests / perf_index / perfindex-zfod.c
index 1ea52c31091f2044a0cc371a75224fec3e8ba16e..d5888304efd8327102e0805d5b4132f063eba387 100644 (file)
@@ -2,9 +2,9 @@
 #include "test_fault_helper.h"
 
 DECL_SETUP {
-    return test_fault_setup();
+       return test_fault_setup();
 }
 
 DECL_TEST {
-    return test_fault_helper(thread_id, num_threads, length, TESTZFOD);
+       return test_fault_helper(thread_id, num_threads, length, TESTZFOD);
 }