diff options
| author | Marek Vasut <marek.vasut+renesas@mailbox.org> | 2024-07-23 01:28:26 +0200 |
|---|---|---|
| committer | Tom Rini <trini@konsulko.com> | 2024-07-29 15:01:04 -0600 |
| commit | 9fb4be152b01dda3a221bf5e015dc3ee76378896 (patch) | |
| tree | 3958e7c793ba806a4a9cd3192bb911b383629fb5 /include/linux/rbtree_augmented.h | |
| parent | b66890164811318ddc4d824cafb5c2d3891cd164 (diff) | |
include: linux: Remove duplicate newlines
Drop all duplicate newlines. No functional change.
Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
Diffstat (limited to 'include/linux/rbtree_augmented.h')
| -rw-r--r-- | include/linux/rbtree_augmented.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/rbtree_augmented.h b/include/linux/rbtree_augmented.h index da04156e8a4..605888dfdf1 100644 --- a/include/linux/rbtree_augmented.h +++ b/include/linux/rbtree_augmented.h @@ -70,7 +70,6 @@ rbstatic const struct rb_augment_callbacks rbname = { \ rbname ## _propagate, rbname ## _copy, rbname ## _rotate \ }; - #define RB_RED 0 #define RB_BLACK 1 |
