summaryrefslogtreecommitdiff
path: root/src/utils/xml.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils/xml.cpp')
-rw-r--r--src/utils/xml.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/utils/xml.cpp b/src/utils/xml.cpp
index 1d26f0388..b090df6d9 100644
--- a/src/utils/xml.cpp
+++ b/src/utils/xml.cpp
@@ -61,7 +61,7 @@ namespace XML
if (file.is_open())
{
// Get length of file
- file.seekg (0, std::ios::end);
+ file.seekg(0, std::ios::end);
size = static_cast<int>(file.tellg());
file.seekg(0, std::ios::beg);
@@ -218,4 +218,4 @@ namespace XML
xmlCleanupParser();
}
-} // namespace XML
+} // namespace XML