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

@@ -12130,7 +12130,7 @@ void mapblock_fill_dict(dict_T *const dict,
const mapblock_T *const mp,
long buffer_value,
bool compatible)
FUNC_ATTR_NONNULL_ALL
FUNC_ATTR_NONNULL_ALL
{
char_u *lhs = str2special_save(mp->m_keys, true);
char *const mapmode = map_mode_to_chars(mp->m_mode);