mirror of
https://github.com/neovim/neovim.git
synced 2025-10-06 01:46:29 +00:00
refactor: reformat with uncrustify #15736
* fix function parameter comments * remove space after star in function names
This commit is contained in:
@@ -119,7 +119,7 @@ void signal_accept_deadly(void)
|
||||
rejecting_deadly = false;
|
||||
}
|
||||
|
||||
static char * signal_name(int signum)
|
||||
static char *signal_name(int signum)
|
||||
{
|
||||
switch (signum) {
|
||||
#ifdef SIGPWR
|
||||
|
Reference in New Issue
Block a user