diff options
Diffstat (limited to 'Tests/CompileFeatures/main.cpp')
-rw-r--r-- | Tests/CompileFeatures/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/CompileFeatures/main.cpp b/Tests/CompileFeatures/main.cpp index 3a8e0fc..c5a7a46 100644 --- a/Tests/CompileFeatures/main.cpp +++ b/Tests/CompileFeatures/main.cpp @@ -1,5 +1,5 @@ -int main(int,char**) +int main(int, char**) { auto value = 0; return value; |