]> rtime.felk.cvut.cz Git - l4.git/blobdiff - kernel/fiasco/tool/preprocess/test/verify/parser.cc
Update
[l4.git] / kernel / fiasco / tool / preprocess / test / verify / parser.cc
index c1141673127a85c94a89976c5998a4c27c422774..5b2fdf575da900cb681d3b2a4d34ac9be168ed6b 100644 (file)
@@ -30,20 +30,20 @@ somefunc(unsigned (*func1)(),
 #line 43 "parser.cpp"
 
 // And add a Foo function
-void Foo::func()
+void Foo::func ()
 {}
 
 #line 47 "parser.cpp"
 
 // Try default arguments
-void Foo::bar(int i, int j)
+void Foo::bar (int i, int j)
 {}
 
 #line 51 "parser.cpp"
 
 // Try a constructor with weird syntax
 
-Foo::Foo()
+Foo::Foo ()
   : something (reinterpret_cast<Bar*>(Baz::bla()))
 {}