mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-06 00:41:15 -03:00
time for another make style-all
This commit is contained in:
@@ -48,9 +48,7 @@ file_access_attempt_t access_file(const wcstring &path, int mode) {
|
||||
|
||||
autoload_t::autoload_t(const wcstring &env_var_name_var,
|
||||
command_removed_function_t cmd_removed_callback)
|
||||
: lock(),
|
||||
env_var_name(env_var_name_var),
|
||||
command_removed(cmd_removed_callback) {
|
||||
: lock(), env_var_name(env_var_name_var), command_removed(cmd_removed_callback) {
|
||||
pthread_mutex_init(&lock, NULL);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user