Explorar o código

Replaced tabs with spaces.

Sascha Zelzer %!s(int64=13) %!d(string=hai) anos
pai
achega
313fbf5c29
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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
 
   };