summaryrefslogtreecommitdiffstats
path: root/Tests/CompileFeatures/cxx_lambdas.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/CompileFeatures/cxx_lambdas.cpp')
-rw-r--r--Tests/CompileFeatures/cxx_lambdas.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/CompileFeatures/cxx_lambdas.cpp b/Tests/CompileFeatures/cxx_lambdas.cpp
index eecaa23..7cd1fab 100644
--- a/Tests/CompileFeatures/cxx_lambdas.cpp
+++ b/Tests/CompileFeatures/cxx_lambdas.cpp
@@ -1,5 +1,5 @@
void someFunc()
{
- [](){}();
+ []() {}();
}