diff -r 12f9ea615cbc -r 314e12e23c3a src/toolsets/algorithmtoolset.h --- a/src/toolsets/algorithmtoolset.h Thu Jan 04 19:40:52 2018 +0200 +++ b/src/toolsets/algorithmtoolset.h Thu Jan 04 19:44:26 2018 +0200 @@ -23,7 +23,7 @@ { Q_OBJECT public: - explicit AlgorithmToolset (MainWindow* parent); + explicit AlgorithmToolset(MainWindow* parent); Q_INVOKABLE void addHistoryLine(); Q_INVOKABLE void autocolor(); @@ -38,5 +38,5 @@ Q_INVOKABLE void subfileSelection(); private: - bool isColorUsed (class LDColor color); + bool isColorUsed(class LDColor color); }; \ No newline at end of file