]> git.tdb.fi Git - builder.git/blobdiff - source/config.cpp
Miscellaneous style and comment tweaks
[builder.git] / source / config.cpp
index 8cabb56fa767dd64f8c199f309cbe0c6fe5c905c..e4449cc80aaad3fe16c7b628f4708bdff5a80e30 100644 (file)
@@ -69,7 +69,6 @@ bool Config::set_option(const string &opt, const string &val)
 void Config::load()
 {
        FS::Path fn = package.get_source()/".config";
-
        FS::Stat stat = FS::stat(fn);
        if(stat)
        {