summaryrefslogtreecommitdiffstats
path: root/Tests/CompileFeatures/cxx_attribute_deprecated.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/CompileFeatures/cxx_attribute_deprecated.cpp')
-rw-r--r--Tests/CompileFeatures/cxx_attribute_deprecated.cpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/Tests/CompileFeatures/cxx_attribute_deprecated.cpp b/Tests/CompileFeatures/cxx_attribute_deprecated.cpp
index 5482db8..8faeca8 100644
--- a/Tests/CompileFeatures/cxx_attribute_deprecated.cpp
+++ b/Tests/CompileFeatures/cxx_attribute_deprecated.cpp
@@ -1,8 +1,5 @@
-[[deprecated]] int foo()
-{
- return 0;
-}
+[[deprecated]] int foo() { return 0; }
int someFunc()
{