]> git.saurik.com Git - apple/xnu.git/blobdiff - tools/tests/perf_index/perfindex-fault.c
xnu-7195.101.1.tar.gz
[apple/xnu.git] / tools / tests / perf_index / perfindex-fault.c
index 6c33f2bf24c47b75c3b97b587902b259a456c3e9..52cce39702d55b3db5daa170bda687e34fa82a3c 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, TESTFAULT);
+       return test_fault_helper(thread_id, num_threads, length, TESTFAULT);
 }