refactor(uncrustify): set maximum number of consecutive newlines to 2 (#18695)

This commit is contained in:
dundargoc
2022-05-25 20:31:14 +02:00
committed by GitHub
parent 8c4e62351f
commit 9fec6dc9a2
145 changed files with 5 additions and 586 deletions

View File

@@ -810,7 +810,6 @@ static void init_locale(void)
}
#endif
static uint64_t server_connect(char *server_addr, const char **errmsg)
{
if (server_addr == NULL) {
@@ -917,7 +916,6 @@ static void remote_request(mparm_T *params, int remote_args, char *server_addr,
}
}
/// Decides whether text (as opposed to commands) will be read from stdin.
/// @see EDIT_STDIN
static bool edit_stdin(bool explicit, mparm_T *parmp)
@@ -1493,7 +1491,6 @@ static void set_window_layout(mparm_T *paramp)
}
}
/*
* "-q errorfile": Load the error file now.
* If the error file can't be read, exit before doing anything else.
@@ -2175,7 +2172,6 @@ static void usage(void)
mch_msg(_("\nSee \":help startup-options\" for all options.\n"));
}
/*
* Check the result of the ATTENTION dialog:
* When "Quit" selected, exit Vim.