From 5dd00f58a893a1defe6fcc1d2c3e00a1b97c6c9e Mon Sep 17 00:00:00 2001 From: Charles Otto Date: Mon, 7 Jul 2014 10:14:57 -0400 Subject: [PATCH] Remove another space. --- openbr/openbr_plugin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openbr/openbr_plugin.cpp b/openbr/openbr_plugin.cpp index ef4ddb8..0d84260 100644 --- a/openbr/openbr_plugin.cpp +++ b/openbr/openbr_plugin.cpp @@ -1237,7 +1237,7 @@ Transform *Transform::make(QString str, QObject *parent) File parsed("."+str); if (Globals->abbreviations.contains(parsed.suffix())) { - Transform * res = make(Globals->abbreviations[parsed.suffix()], parent); + Transform *res = make(Globals->abbreviations[parsed.suffix()], parent); applyAdditionalProperties(parsed, res); return res; } -- libgit2 0.21.4