Commit 20ff611f authored by pixhawk's avatar pixhawk

Minor spacing fix

parent 7d87188d
......@@ -272,7 +272,7 @@ bool MAVLinkXMLParser::generate()
int commaPosition = currEnum.lastIndexOf(",");
currEnum.remove(commaPosition, 1);
enums += "/**" + comment + "*/\n" + currEnum + currEnumEnd;
enums += "/** " + comment + " */\n" + currEnum + currEnumEnd;
} // Element is non-zero and element name is <enum>
n = n.nextSibling();
} // While through <enums>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment