mirror of
https://github.com/neovim/neovim.git
synced 2025-09-18 09:18:19 +00:00
refactor(uncrustify): set maximum number of consecutive newlines to 2 (#18695)
This commit is contained in:
@@ -439,7 +439,6 @@ char *get_exception_string(void *value, except_type_T type, char *cmdname, int *
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
||||
/// Throw a new exception. "value" is the exception string for a
|
||||
/// user or interrupt exception, or points to a message list in case of an
|
||||
/// error exception.
|
||||
@@ -1140,7 +1139,6 @@ void ex_endwhile(exarg_T *eap)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/// Handle ":throw expr"
|
||||
void ex_throw(exarg_T *eap)
|
||||
{
|
||||
@@ -1868,7 +1866,6 @@ void leave_cleanup(cleanup_T *csp)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/// Make conditionals inactive and discard what's pending in finally clauses
|
||||
/// until the conditional type searched for or a try conditional not in its
|
||||
/// finally clause is reached. If this is in an active catch clause, finish
|
||||
@@ -2009,7 +2006,6 @@ static char *get_end_emsg(cstack_T *cstack)
|
||||
return e_endif;
|
||||
}
|
||||
|
||||
|
||||
/// Rewind conditionals until index "idx" is reached. "cond_type" and
|
||||
/// "cond_level" specify a conditional type and the address of a level variable
|
||||
/// which is to be decremented with each skipped conditional of the specified
|
||||
|
Reference in New Issue
Block a user