aboutsummaryrefslogtreecommitdiff
path: root/teensy
diff options
context:
space:
mode:
authoriamcheeseman <[email protected]>2026-05-10 16:52:15 -0400
committeriamcheeseman <[email protected]>2026-05-10 16:52:15 -0400
commitd0a1b1c9eb2b2b55ce7c2dd5d39f1e7f645f2513 (patch)
treede2718c8f8d80883c14627f192ec6ce2191d08b5 /teensy
parent066bfe5cbd3b2d1cfe36c26d49971f3acfe30f72 (diff)
adjust code spacing
it was annoying me
Diffstat (limited to 'teensy')
-rw-r--r--teensy/teensy_list.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/teensy/teensy_list.h b/teensy/teensy_list.h
index dd1e06a..fb1a401 100644
--- a/teensy/teensy_list.h
+++ b/teensy/teensy_list.h
@@ -16,7 +16,6 @@ struct ty_list_header {
#define ty_list_cap(arr) (ty_list_get_header(arr)->cap)
#define ty_list_len(arr) (ty_list_get_header(arr)->len)
-
#define ty_list_reserve(arr, amt) \
do { \
struct ty_list_header *header = ty_list_get_header(arr); \