Переглянути джерело

Replaced tabs with spaces.

Sascha Zelzer 13 роки тому
батько
коміт
313fbf5c29
1 змінених файлів з 2 додано та 2 видалено
  1. 2 2
      Libs/PluginFramework/ctkServiceEvent.h

+ 2 - 2
Libs/PluginFramework/ctkServiceEvent.h

@@ -94,7 +94,7 @@ public:
      * @see ctkServiceRegistration#unregister
      * @see ctkPluginContext#ungetService
      */
-    UNREGISTERING		= 0x00000004,
+    UNREGISTERING = 0x00000004,
 
     /**
      * The properties of a registered service have been modified and the new
@@ -108,7 +108,7 @@ public:
      *
      * @see ctkServiceRegistration#setProperties
      */
-    MODIFIED_ENDMATCH	= 0x00000008
+    MODIFIED_ENDMATCH = 0x00000008
 
   };