From 351821c1f18f9285be58df0a05339936311f6490 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 12 Apr 2013 18:39:00 +0300 Subject: first part of style fixed after cpplint checks. --- src/utils/xml.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/utils/xml.cpp') 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(file.tellg()); file.seekg(0, std::ios::beg); @@ -218,4 +218,4 @@ namespace XML xmlCleanupParser(); } -} // namespace XML +} // namespace XML -- cgit v1.2.3-70-g09d2