From e5183bb68d23dae659e79566624bb7d095e0df33 Mon Sep 17 00:00:00 2001 From: Pixel Date: Thu, 12 Feb 2009 10:34:34 -0800 Subject: Indentation fix... --- lib/LuaXML.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib') diff --git a/lib/LuaXML.cc b/lib/LuaXML.cc index 62cb57e..a8dfbc0 100644 --- a/lib/LuaXML.cc +++ b/lib/LuaXML.cc @@ -103,10 +103,10 @@ static int ParseHandle(lua_State *__L) { Lua * L = Lua::find(__L); Handle * h = (Handle *) LuaObject::getme(L, 1); TiXmlDocument doc; - Buffer b(true); + Buffer b(true); - b.copyfrom(h); - doc.Parse(reinterpret_cast(b.GetBuffer())); + b.copyfrom(h); + doc.Parse(reinterpret_cast(b.GetBuffer())); lua_newtable(__L); ParseNode(__L, &doc); -- cgit v1.2.3