aboutsummaryrefslogtreecommitdiff
path: root/args.c
diff options
context:
space:
mode:
authorRiley Beckett <rbeckettvt@gmail.com>2025-10-23 23:21:22 -0400
committerRiley Beckett <rbeckettvt@gmail.com>2025-10-23 23:21:22 -0400
commitb07d30e30de90f7cb17e7e91ed71ac5af9326722 (patch)
treece102bdacf09f18dca8a00d98374234847758683 /args.c
parent34e31d33defb922ad464857487469c5659bbefcc (diff)
replace all spaces with tabs for indentation
Diffstat (limited to 'args.c')
-rw-r--r--args.c4
1 files changed, 2 insertions, 2 deletions
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':