summaryrefslogtreecommitdiff
path: root/Tests/CompileCommandOutput/compile_command_output.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/CompileCommandOutput/compile_command_output.cxx')
-rw-r--r--Tests/CompileCommandOutput/compile_command_output.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/CompileCommandOutput/compile_command_output.cxx b/Tests/CompileCommandOutput/compile_command_output.cxx
index 145a064267..25795a0011 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();