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

@@ -81,7 +81,8 @@ static inline bool equalpos(pos_T, pos_T)
REAL_FATTR_CONST REAL_FATTR_ALWAYS_INLINE;
static inline bool ltoreq(pos_T, pos_T)
REAL_FATTR_CONST REAL_FATTR_ALWAYS_INLINE;
static inline void clearpos(pos_T *) REAL_FATTR_ALWAYS_INLINE;
static inline void clearpos(pos_T *)
REAL_FATTR_ALWAYS_INLINE;
/// Return true if position a is before (less than) position b.
static inline bool lt(pos_T a, pos_T b)