aboutsummaryrefslogtreecommitdiffstats
path: root/src/tinyxml2.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/tinyxml2.cpp')
-rwxr-xr-xsrc/tinyxml2.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tinyxml2.cpp b/src/tinyxml2.cpp
index 1388489..096ff5b 100755
--- a/src/tinyxml2.cpp
+++ b/src/tinyxml2.cpp
@@ -614,7 +614,7 @@ char* XMLDocument::Identify(char* p, XMLNode** node)
TIXMLASSERT(p);
char* const start = p;
p = XMLUtil::SkipWhiteSpace(p);
- if(!*p) {
+ if (!*p) {
*node = 0;
TIXMLASSERT(p);
return p;