trivial comment fix
diff --git a/tinyxml2.cpp b/tinyxml2.cpp
index ea0b50f..538717a 100755
--- a/tinyxml2.cpp
+++ b/tinyxml2.cpp
@@ -2087,4 +2087,5 @@
     return true;

 }

 

-}

+}   // namespace tinyxml2

+