lint: fix indentation of FUNC_ATTR lines

This commit is contained in:
Björn Linse
2017-06-02 15:42:37 +02:00
parent f3d8502115
commit 3f553ac0b9
12 changed files with 118 additions and 117 deletions

View File

@@ -173,7 +173,7 @@ void mch_exit(int r) FUNC_ATTR_NORETURN
/// @returns OK for success or FAIL for error.
int mch_expand_wildcards(int num_pat, char_u **pat, int *num_file,
char_u ***file, int flags) FUNC_ATTR_NONNULL_ARG(3)
FUNC_ATTR_NONNULL_ARG(4)
FUNC_ATTR_NONNULL_ARG(4)
{
int i;
size_t len;