Code

Merge and cleanup of GSoC C++-ification project.
[inkscape.git] / src / xml / helper-observer.cpp
index 976a8a7ec000e21a7f8f67826923708798d52d7a..ce902ba75699e95bae30db68a67094fd8811d47b 100644 (file)
@@ -11,8 +11,8 @@ SignalObserver::SignalObserver()
 // Add this observer to the SPObject and remove it from any previous object
 void SignalObserver::set(SPObject* o)
 {
-       /* XML Tree being used direcly in this function in the following code
-          while it shouldn't be */
+  // XML Tree being used direcly in this function in the following code
+  //   while it shouldn't be
     if(_oldsel && _oldsel->getRepr())
         _oldsel->getRepr()->removeObserver(*this);
     if(o && o->getRepr())