diff options
Diffstat (limited to 'Tests/CompileCommandOutput/compile_command_output.cxx')
-rw-r--r-- | Tests/CompileCommandOutput/compile_command_output.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/CompileCommandOutput/compile_command_output.cxx b/Tests/CompileCommandOutput/compile_command_output.cxx index 145a064..25795a0 100644 --- a/Tests/CompileCommandOutput/compile_command_output.cxx +++ b/Tests/CompileCommandOutput/compile_command_output.cxx @@ -1,7 +1,7 @@ #include "file_with_underscores.h" #include "relative.h" -int main (int argc, char** argv) +int main(int argc, char** argv) { file_with_underscores(); relative(); |