mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-14 00:01:16 -03:00
Restyle
More of that weird reflowing that clang-format loves to do
This commit is contained in:
@@ -242,8 +242,7 @@ static void process_input(bool continuous_mode) {
|
||||
}
|
||||
|
||||
/// Setup our environment (e.g., tty modes), process key strokes, then reset the environment.
|
||||
[[noreturn]]
|
||||
static void setup_and_process_keys(bool continuous_mode) {
|
||||
[[noreturn]] static void setup_and_process_keys(bool continuous_mode) {
|
||||
set_interactive_session(session_interactivity_t::implied);
|
||||
set_main_thread();
|
||||
setup_fork_guards();
|
||||
|
||||
Reference in New Issue
Block a user