add test case
diff --git a/tinyxml2.h b/tinyxml2.h
index 7220930..003ef43 100755
--- a/tinyxml2.h
+++ b/tinyxml2.h
@@ -1458,7 +1458,7 @@
 

 	XMLError QueryAttribute(const char* name, const char** value) const {

 		return QueryStringAttribute(name, value);

-		}

+	}

 

 	/// Sets the named attribute to value.

     void SetAttribute( const char* name, const char* value )	{