aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/ex_getln.c
diff options
context:
space:
mode:
authorBjörn Linse <bjorn.linse@gmail.com>2017-06-03 21:00:05 +0200
committerGitHub <noreply@github.com>2017-06-03 21:00:05 +0200
commit1b2acb8d958c1c8e2f382c2de9c98586801fd9fe (patch)
tree32cfd15ba90209b6ef34ef2f2d3630a9400105c8 /src/nvim/ex_getln.c
parentfd07250e6ca10929d5523db811b2c3a83c61a012 (diff)
parent3f553ac0b9b3866f1254e669eb0c1c019c789a60 (diff)
downloadrneovim-1b2acb8d958c1c8e2f382c2de9c98586801fd9fe.tar.gz
rneovim-1b2acb8d958c1c8e2f382c2de9c98586801fd9fe.tar.bz2
rneovim-1b2acb8d958c1c8e2f382c2de9c98586801fd9fe.zip
Merge pull request #6807 from bfredl/attrindent
[RFC] lint: check indentation of FUNC_ATTR lines
Diffstat (limited to 'src/nvim/ex_getln.c')
-rw-r--r--src/nvim/ex_getln.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/ex_getln.c b/src/nvim/ex_getln.c
index 0c14bf4255..2b4997928e 100644
--- a/src/nvim/ex_getln.c
+++ b/src/nvim/ex_getln.c
@@ -4073,7 +4073,7 @@ void ExpandGeneric(
/// @param flagsarg is a combination of EW_* flags.
static void expand_shellcmd(char_u *filepat, int *num_file, char_u ***file,
int flagsarg)
- FUNC_ATTR_NONNULL_ALL
+ FUNC_ATTR_NONNULL_ALL
{
char_u *pat;
int i;