Browse Source

STYLE: PluginFramework: Fix indentation

Sascha Zelzer 15 years ago
parent
commit
2ecef2cda1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Libs/PluginFramework/ctkPluginFramework_global.h

+ 1 - 1
Libs/PluginFramework/ctkPluginFramework_global.h

@@ -26,7 +26,7 @@
 #include <QHash>
 
 
-  typedef QHash<QString, QVariant> ServiceProperties;
+typedef QHash<QString, QVariant> ServiceProperties;
 
 
 #endif // CTKPLUGINFRAMEWORK_GLOBAL_H