Skip to content

Commit b2b30ce

Browse files
committed
[C++] Fix formatting.
1 parent 5173990 commit b2b30ce

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/cpp/CppGenerator.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2287,10 +2287,10 @@ private void generateEnumProperty(
22872287
constValue.substring(constValue.indexOf(".") + 1));
22882288

22892289
new Formatter(sb).format("\n" +
2290-
indent + " SBE_NODISCARD %1$s %2$sRaw() const\n" +
2291-
indent + " {\n" +
2292-
indent + " return static_cast<%1$s>(%3$s::Value::%4$s);\n" +
2293-
indent + " }\n",
2290+
indent + " SBE_NODISCARD %1$s %2$sRaw() const\n" +
2291+
indent + " {\n" +
2292+
indent + " return static_cast<%1$s>(%3$s::Value::%4$s);\n" +
2293+
indent + " }\n",
22942294
typeName,
22952295
propertyName,
22962296
enumName,

0 commit comments

Comments
 (0)