mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-28 21:21:12 -03:00
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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user