We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5da5f77 commit 98bc446Copy full SHA for 98bc446
sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/cpp/CppGenerator.java
@@ -309,7 +309,7 @@ private static void generateGroupClassHeader(
309
indent + "#else\n" +
310
indent + " template<class Func> inline void forEach(Func&& func)\n" +
311
indent + " {\n" +
312
- indent + " while(hasNext())\n" +
+ indent + " while (hasNext())\n" +
313
314
indent + " next(); func(*this);\n" +
315
indent + " }\n" +
0 commit comments