| Index: crosstest/test_calling_conv_main.cpp | 
| diff --git a/crosstest/test_calling_conv_main.cpp b/crosstest/test_calling_conv_main.cpp | 
| index f319a498ed6ba27901c63db2963cb25e398673e6..ce5ecda4c42c966bcaa65761fef8f52d164c3d03 100644 | 
| --- a/crosstest/test_calling_conv_main.cpp | 
| +++ b/crosstest/test_calling_conv_main.cpp | 
| @@ -75,9 +75,9 @@ void testCaller(size_t &TotalTests, size_t &Passes, size_t &Failures) { | 
| reinterpret_cast<CalleePtrTy>(&callee),                                \ | 
| }                                                                            \ | 
| , | 
| -        TEST_FUNC_TABLE | 
| +      TEST_FUNC_TABLE | 
| #undef X | 
| -    }; | 
| +  }; | 
|  | 
| const static size_t NumFuncs = sizeof(Funcs) / sizeof(*Funcs); | 
|  | 
| @@ -125,9 +125,9 @@ void testCallee(size_t &TotalTests, size_t &Passes, size_t &Failures) { | 
| reinterpret_cast<CalleePtrTy>(&Subzero_::callee)                       \ | 
| }                                                                            \ | 
| , | 
| -        TEST_FUNC_TABLE | 
| +      TEST_FUNC_TABLE | 
| #undef X | 
| -    }; | 
| +  }; | 
|  | 
| const static size_t NumFuncs = sizeof(Funcs) / sizeof(*Funcs); | 
|  | 
|  |