mirror of
https://github.com/neovim/neovim.git
synced 2025-09-30 06:58:35 +00:00
lint: fix indentation of FUNC_ATTR lines
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user