options.cc: remove a whitespace
This commit is contained in:
@@ -2334,7 +2334,7 @@ void Options::load(bool lightweight)
|
|||||||
#endif
|
#endif
|
||||||
if (path != nullptr) {
|
if (path != nullptr) {
|
||||||
cacheBaseDir = Glib::ustring(path);
|
cacheBaseDir = Glib::ustring(path);
|
||||||
|
|
||||||
if (!Glib::path_is_absolute(cacheBaseDir)) {
|
if (!Glib::path_is_absolute(cacheBaseDir)) {
|
||||||
Glib::ustring msg = Glib::ustring::compose("Cache base dir %1 is not absolute", cacheBaseDir);
|
Glib::ustring msg = Glib::ustring::compose("Cache base dir %1 is not absolute", cacheBaseDir);
|
||||||
throw Error(msg);
|
throw Error(msg);
|
||||||
|
Reference in New Issue
Block a user