From b07d30e30de90f7cb17e7e91ed71ac5af9326722 Mon Sep 17 00:00:00 2001 From: Riley Beckett Date: Thu, 23 Oct 2025 23:21:22 -0400 Subject: replace all spaces with tabs for indentation --- args.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'args.c') diff --git a/args.c b/args.c index 73307e5..1580919 100644 --- a/args.c +++ b/args.c @@ -14,8 +14,8 @@ void parse_args(client_state* state, int argc, char* argv[]) { {0, 0, 0, 0} }; - int opt; - int long_index = 0; + int opt; + int long_index = 0; while ((opt = getopt_long(argc, argv, "l:cev", long_opts, &long_index)) != -1) { switch (opt) { case 'l': -- cgit v1.2.3