diff base/XmlExportable.h @ 1429:48e9f538e6e9

Untabify
author Chris Cannam
date Thu, 01 Mar 2018 18:02:22 +0000
parents b4a8d8221eaf
children ad5f892c0c4d
line wrap: on
line diff
--- a/base/XmlExportable.h	Thu Mar 01 14:43:40 2018 +0000
+++ b/base/XmlExportable.h	Thu Mar 01 18:02:22 2018 +0000
@@ -40,7 +40,7 @@
      * Do not override this unless you really know what you're doing.
      */
     virtual QString toXmlString(QString indent = "",
-				QString extraAttributes = "") const;
+                                QString extraAttributes = "") const;
 
     static QString encodeEntities(QString);