From: Joel Rosdahl Date: Tue, 23 Aug 2022 19:58:27 +0000 (+0200) Subject: chore: Tweak formatting X-Git-Tag: v4.7~99 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a619cc24ccf7476d69d2dcc02929c7433d5d6716;p=thirdparty%2Fccache.git chore: Tweak formatting --- diff --git a/src/Config.cpp b/src/Config.cpp index 92a2a9748..ad342220c 100644 --- a/src/Config.cpp +++ b/src/Config.cpp @@ -529,8 +529,8 @@ Config::read() primary_config_dir = Util::make_path(env_local_appdata, "ccache"); } else { throw core::Fatal( - "could not find config file and the LOCALAPPDATA " - "environment variable is not set"); + "could not find configuration file and the LOCALAPPDATA environment" + " variable is not set"); } #else } else if (env_xdg_config_home) { @@ -564,8 +564,8 @@ Config::read() set_cache_dir(Util::make_path(env_local_appdata, "ccache")); } else { throw core::Fatal( - "could not find cache dir and the LOCALAPPDATA " - "environment variable is not set"); + "could not find cache directory and the LOCALAPPDATA environment" + " variable is not set"); } #else } else if (env_xdg_cache_home) { @@ -575,7 +575,6 @@ Config::read() } #endif } - // else: cache_dir was set explicitly via environment or via secondary // config.