time for another make style-all

This commit is contained in:
Kurtis Rader
2017-02-07 21:52:35 -08:00
parent 616d301083
commit 0970cc8736
11 changed files with 71 additions and 88 deletions

View File

@@ -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);
}