Quellcode durchsuchen

STYLE: PluginFramework: Fix indentation

Sascha Zelzer vor 15 Jahren
Ursprung
Commit
2ecef2cda1
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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