diff options
| author | Riley Beckett <rbeckettvt@gmail.com> | 2025-10-23 23:21:22 -0400 |
|---|---|---|
| committer | Riley Beckett <rbeckettvt@gmail.com> | 2025-10-23 23:21:22 -0400 |
| commit | b07d30e30de90f7cb17e7e91ed71ac5af9326722 (patch) | |
| tree | ce102bdacf09f18dca8a00d98374234847758683 /input_field.c | |
| parent | 34e31d33defb922ad464857487469c5659bbefcc (diff) | |
replace all spaces with tabs for indentation
Diffstat (limited to 'input_field.c')
| -rw-r--r-- | input_field.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/input_field.c b/input_field.c index 6b34b1f..328254e 100644 --- a/input_field.c +++ b/input_field.c @@ -5,7 +5,7 @@ #include "graphics.h" int compare(const void *a, const void *b) { - return strlen(((item_display_t*)a)->item->text) > strlen(((item_display_t*)b)->item->text); + return strlen(((item_display_t*)a)->item->text) > strlen(((item_display_t*)b)->item->text); } void filter_items(client_state* state) { |
