--- a/libupnpp/control/avlastchg.cxx
+++ b/libupnpp/control/avlastchg.cxx
@@ -31,7 +31,7 @@
 public:
     LastchangeParser(const string& input, STD_UNORDERED_MAP<string,string>& props)
         : inputRefXMLParser(input), m_props(props)
-        {}
+    {}
 
 protected:
     virtual void StartElement(const XML_Char *name, const XML_Char **attrs)
@@ -49,7 +49,7 @@
 };
 
 
-bool decodeAVLastChange(const string& xml, 
+bool decodeAVLastChange(const string& xml,
                         STD_UNORDERED_MAP<string, string>& props)
 {
     LastchangeParser mparser(xml, props);