mirror of
https://github.com/neovim/neovim.git
synced 2025-09-15 15:58:17 +00:00
refactor: reformat with uncrustify #15736
* fix function parameter comments * remove space after star in function names
This commit is contained in:
@@ -2938,8 +2938,8 @@ buf_T *setaltfname(char_u *ffname, char_u *sfname, linenr_T lnum)
|
||||
* Get alternate file name for current window.
|
||||
* Return NULL if there isn't any, and give error message if requested.
|
||||
*/
|
||||
char_u * getaltfname(bool errmsg // give error message
|
||||
)
|
||||
char_u *getaltfname(bool errmsg // give error message
|
||||
)
|
||||
{
|
||||
char_u *fname;
|
||||
linenr_T dummy;
|
||||
|
Reference in New Issue
Block a user