X-Git-Url: https://rtime.felk.cvut.cz/gitweb/l4.git/blobdiff_plain/8fe9942cde59835eb3c3c6936d866dd3305582ef..003b628647705666de261350195da72a38f2c4d2:/kernel/fiasco/tool/preprocess/test/verify/parser_noinline.h diff --git a/kernel/fiasco/tool/preprocess/test/verify/parser_noinline.h b/kernel/fiasco/tool/preprocess/test/verify/parser_noinline.h index 2b39909fd..e1b285f97 100644 --- a/kernel/fiasco/tool/preprocess/test/verify/parser_noinline.h +++ b/kernel/fiasco/tool/preprocess/test/verify/parser_noinline.h @@ -24,16 +24,16 @@ public: #line 52 "parser.cpp" // Try a constructor with weird syntax - Foo(); + Foo (); private: #line 44 "parser.cpp" // And add a Foo function - void func(); + void func (); #line 48 "parser.cpp" // Try default arguments - void bar(int i = 15, int j = somefunc(0, somefunc(0, 0))); + void bar (int i = 15, int j = somefunc(0, somefunc(0, 0))); }; #line 20 "parser.cpp"