Commit 5dd00f58a893a1defe6fcc1d2c3e00a1b97c6c9e

Authored by Charles Otto
1 parent 202d4036

Remove another space.

Showing 1 changed file with 1 additions and 1 deletions
openbr/openbr_plugin.cpp
@@ -1237,7 +1237,7 @@ Transform *Transform::make(QString str, QObject *parent) @@ -1237,7 +1237,7 @@ Transform *Transform::make(QString str, QObject *parent)
1237 1237
1238 File parsed("."+str); 1238 File parsed("."+str);
1239 if (Globals->abbreviations.contains(parsed.suffix())) { 1239 if (Globals->abbreviations.contains(parsed.suffix())) {
1240 - Transform * res = make(Globals->abbreviations[parsed.suffix()], parent); 1240 + Transform *res = make(Globals->abbreviations[parsed.suffix()], parent);
1241 applyAdditionalProperties(parsed, res); 1241 applyAdditionalProperties(parsed, res);
1242 return res; 1242 return res;
1243 } 1243 }