clang-format all C++ files

This commit is contained in:
ridiculousfish
2020-01-29 17:06:11 -08:00
parent e8000cfea9
commit d22c6af7a3
7 changed files with 24 additions and 14 deletions

View File

@@ -221,7 +221,8 @@ static void source_config_in_directory(const wcstring &dir) {
const wcstring escaped_dir = escape_string(dir, ESCAPE_ALL);
const wcstring escaped_pathname = escaped_dir + L"/config.fish";
if (waccess(config_pathname, R_OK) != 0) {
FLOGF(config, L"not sourcing %ls (not readable or does not exist)", escaped_pathname.c_str());
FLOGF(config, L"not sourcing %ls (not readable or does not exist)",
escaped_pathname.c_str());
return;
}
FLOGF(config, L"sourcing %ls", escaped_pathname.c_str());