clang-format C++ files

Or should we stop using it?

I'm fine with either always or never using auto-formatting but our current
way of using it only sometimes is confusing.

No functional change.
This commit is contained in:
Johannes Altmanninger
2022-07-25 15:57:01 +02:00
parent 13febcf54f
commit 3f90efca38
14 changed files with 97 additions and 100 deletions

View File

@@ -287,9 +287,7 @@ static void setup_path() {
static std::map<wcstring, wcstring> inheriteds;
const std::map<wcstring, wcstring> &env_get_inherited() {
return inheriteds;
}
const std::map<wcstring, wcstring> &env_get_inherited() { return inheriteds; }
void env_init(const struct config_paths_t *paths, bool do_uvars, bool default_paths) {
env_stack_t &vars = env_stack_t::principal();