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 5173990 commit b2b30ceCopy full SHA for b2b30ce
sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/cpp/CppGenerator.java
@@ -2287,10 +2287,10 @@ private void generateEnumProperty(
2287
constValue.substring(constValue.indexOf(".") + 1));
2288
2289
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",
+ indent + " SBE_NODISCARD %1$s %2$sRaw() const\n" +
+ indent + " {\n" +
+ indent + " return static_cast<%1$s>(%3$s::Value::%4$s);\n" +
+ indent + " }\n",
2294
typeName,
2295
propertyName,
2296
enumName,
0 commit comments