diff base/PropertyContainer.cpp @ 1429:48e9f538e6e9

Untabify
author Chris Cannam
date Thu, 01 Mar 2018 18:02:22 +0000
parents 576be7933ec7
children 70e172e6cc59
line wrap: on
line diff
--- a/base/PropertyContainer.cpp	Thu Mar 01 14:43:40 2018 +0000
+++ b/base/PropertyContainer.cpp	Thu Mar 01 18:02:22 2018 +0000
@@ -223,8 +223,8 @@
 }
 
 PropertyContainer::SetPropertyCommand::SetPropertyCommand(PropertyContainer *pc,
-							  const PropertyName &pn,
-							  int value) :
+                                                          const PropertyName &pn,
+                                                          int value) :
     m_pc(pc),
     m_pn(pn),
     m_value(value),