Quellcode durchsuchen

Converted tab to space.

Sascha Zelzer vor 14 Jahren
Ursprung
Commit
376d69e3f5
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      Libs/PluginFramework/ctkPluginConstants.h

+ 1 - 1
Libs/PluginFramework/ctkPluginConstants.h

@@ -102,7 +102,7 @@ struct CTK_PLUGINFW_EXPORT ctkPluginConstants {
    * The attribute value may be retrieved from the <code>QHash</code>
    * object returned by the <code>Plugin::getHeaders()</code> method.
    */
-  static const QString	PLUGIN_SYMBOLICNAME; // = "Plugin-SymbolicName"
+  static const QString PLUGIN_SYMBOLICNAME; // = "Plugin-SymbolicName"
 
   /**
    * Manifest header identifying the plugin's copyright information.