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 /args.c | |
| parent | 34e31d33defb922ad464857487469c5659bbefcc (diff) | |
replace all spaces with tabs for indentation
Diffstat (limited to 'args.c')
| -rw-r--r-- | args.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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': |
