From 202d403649553b8645c45fcd723d94cdd3facc69 Mon Sep 17 00:00:00 2001 From: Charles Otto Date: Mon, 7 Jul 2014 10:10:50 -0400 Subject: [PATCH] Remove a space. --- openbr/core/core.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openbr/core/core.cpp b/openbr/core/core.cpp index 694bde3..3aa6397 100644 --- a/openbr/core/core.cpp +++ b/openbr/core/core.cpp @@ -523,7 +523,7 @@ private: QString name; // Check if description is either an abbreviation or a model file, if so load it - bool loadOrExpand(const QString & description) + bool loadOrExpand(const QString &description) { // Check if a trained binary already exists for this algorithm QString file = Globals->sdkPath + "/share/openbr/models/algorithms/" + description; -- libgit2 0.21.4