Commit 202d403649553b8645c45fcd723d94cdd3facc69
1 parent
8a0b57f4
Remove a space.
Showing
1 changed file
with
1 additions
and
1 deletions
openbr/core/core.cpp
| @@ -523,7 +523,7 @@ private: | @@ -523,7 +523,7 @@ private: | ||
| 523 | QString name; | 523 | QString name; |
| 524 | 524 | ||
| 525 | // Check if description is either an abbreviation or a model file, if so load it | 525 | // Check if description is either an abbreviation or a model file, if so load it |
| 526 | - bool loadOrExpand(const QString & description) | 526 | + bool loadOrExpand(const QString &description) |
| 527 | { | 527 | { |
| 528 | // Check if a trained binary already exists for this algorithm | 528 | // Check if a trained binary already exists for this algorithm |
| 529 | QString file = Globals->sdkPath + "/share/openbr/models/algorithms/" + description; | 529 | QString file = Globals->sdkPath + "/share/openbr/models/algorithms/" + description; |