diff options
Diffstat (limited to 'Tests/Simple/simpleWe.cpp')
-rw-r--r-- | Tests/Simple/simpleWe.cpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/Tests/Simple/simpleWe.cpp b/Tests/Simple/simpleWe.cpp index e0f22ef..5211c91 100644 --- a/Tests/Simple/simpleWe.cpp +++ b/Tests/Simple/simpleWe.cpp @@ -3,10 +3,7 @@ class Foo { public: - Foo() - { - printf("This one has nonstandard extension\n"); - } + Foo() { printf("This one has nonstandard extension\n"); } int getnum() { return 0; } }; |