NOOP, remove trailing tabs/whitespace.
[ardour.git] / libs / pbd / pbd / xml++.h
index 396280921caacde702665831f9228b5c971dd01f..8e0e0158704bd1656d10ce750ad851b27db90ecc 100644 (file)
@@ -85,7 +85,7 @@ public:
 
 private:
        bool read_internal(bool validate);
-       
+
        std::string _filename;
        XMLNode*    _root;
        xmlDocPtr   _doc;
@@ -121,7 +121,7 @@ public:
        XMLProperty*       property(const std::string&);
         const XMLProperty* property(const char* n)   const { return const_cast<XMLNode*>(this)->property(n); }
         const XMLProperty* property(const std::string& n) const { return const_cast<XMLNode*>(this)->property(n); }
-       
+
        XMLProperty* add_property(const char* name, const std::string& value);
        XMLProperty* add_property(const char* name, const char* value = "");
        XMLProperty* add_property(const char* name, const long value);