Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Valentin Platzgummer
qgroundcontrol
Commits
20ff611f
Commit
20ff611f
authored
Oct 30, 2010
by
pixhawk
Browse files
Minor spacing fix
parent
7d87188d
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/comm/MAVLinkXMLParser.cc
View file @
20ff611f
...
...
@@ -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>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment