mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-13 12:51:15 -03:00
[clang-tidy] Enclose macro arguments in ()
Found with bugprone-macro-parentheses Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
committed by
ridiculousfish
parent
9507c3a159
commit
e45ae9df49
@@ -47,7 +47,7 @@
|
||||
#define INDENT_STEP 4u
|
||||
|
||||
/// The initial screen width.
|
||||
#define SCREEN_WIDTH_UNINITIALIZED -1
|
||||
#define SCREEN_WIDTH_UNINITIALIZED (-1)
|
||||
|
||||
/// A helper value for an invalid location.
|
||||
#define INVALID_LOCATION (screen_data_t::cursor_t(-1, -1))
|
||||
|
||||
Reference in New Issue
Block a user