Skip to content

Commit 0c2b28a

Browse files
committed
IO/config: cosmetic change
1 parent 75b4023 commit 0c2b28a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/IO/configuration_XML.cpp

+1-2
Original file line numberDiff line numberDiff line change
@@ -205,8 +205,7 @@ void readConfiguration(const std::string &filename, const std::string &rootname,
205205
}
206206

207207
// Check if the version is supported
208-
const xmlChar *versionAttributeName =
209-
reinterpret_cast<const xmlChar *>("version");
208+
const xmlChar *versionAttributeName = reinterpret_cast<const xmlChar *>("version");
210209
if (checkVersion && xmlHasProp(rootElement, versionAttributeName)) {
211210
xmlChar *versionValue = xmlGetProp(rootElement, versionAttributeName);
212211
std::string versionString((char *) versionValue);

0 commit comments

Comments
 (0)