aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/buffer.c
diff options
context:
space:
mode:
authordundargoc <33953936+dundargoc@users.noreply.github.com>2021-09-20 18:35:41 +0200
committerGitHub <noreply@github.com>2021-09-20 09:35:41 -0700
commitf4ca3a29ddcb0c98e8e09c45a6342af709f8cc45 (patch)
tree054d1d35a890843504412b859249f0b0b0b4b810 /src/nvim/buffer.c
parent1f8c91bf729707fdb005292aecca8dd79538f4a5 (diff)
downloadrneovim-f4ca3a29ddcb0c98e8e09c45a6342af709f8cc45.tar.gz
rneovim-f4ca3a29ddcb0c98e8e09c45a6342af709f8cc45.tar.bz2
rneovim-f4ca3a29ddcb0c98e8e09c45a6342af709f8cc45.zip
refactor: reformat with uncrustify #15736
* fix function parameter comments * remove space after star in function names
Diffstat (limited to 'src/nvim/buffer.c')
-rw-r--r--src/nvim/buffer.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nvim/buffer.c b/src/nvim/buffer.c
index 1893bdba0c..2b5325a917 100644
--- a/src/nvim/buffer.c
+++ b/src/nvim/buffer.c
@@ -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;