From b3ad05094b4e778d92a351a743cdf15e7bd990b2 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Wed, 24 Sep 2025 20:37:08 -0400 Subject: Autoformatting with clang-format --- types.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'types.h') diff --git a/types.h b/types.h index d80e83d..2839c7b 100644 --- a/types.h +++ b/types.h @@ -9,14 +9,14 @@ #define FILE_TYPES__H #include -#include #include +#include #include #include "terminal.h" #define MAX_COLS 12 -#define MAX_SORT (2*MAX_COLS) +#define MAX_SORT (2 * MAX_COLS) #define HASH_SIZE 1024 #define HASH_MASK (HASH_SIZE - 1) @@ -70,8 +70,8 @@ typedef struct bb_s { int scroll, cursor; char *globpats; - char sort[MAX_SORT+1]; - char columns[MAX_COLS+1]; + char sort[MAX_SORT + 1]; + char columns[MAX_COLS + 1]; unsigned int interleave_dirs : 1; unsigned int should_quit : 1; unsigned int dirty : 1; -- cgit v1.2.3