]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
chore: Tweak formatting
authorJoel Rosdahl <joel@rosdahl.net>
Tue, 23 Aug 2022 19:58:27 +0000 (21:58 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Wed, 24 Aug 2022 17:16:49 +0000 (19:16 +0200)
src/Config.cpp

index 92a2a9748eafb3c1c4d2a1d9bfa158f0295dbbf2..ad342220c4bc1005acfbf65458f7c73d6fbb1d54 100644 (file)
@@ -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.