Sfoglia il codice sorgente

STYLE: PluginFramework: Fix indentation

Sascha Zelzer 15 anni fa
parent
commit
2ecef2cda1
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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