mirror of
https://gitlab.com/interception/linux/plugins/caps2esc.git
synced 2025-04-05 14:22:54 +00:00
Formatting
This commit is contained in:
parent
a062311ffb
commit
c738e8783a
@ -69,8 +69,8 @@ void write_event_with_mode(struct input_event *event, int mode) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
int main(int argc, char *argv[]) {
|
int main(int argc, char *argv[]) {
|
||||||
int opt, mode = 0, delay = 20000;
|
int mode = 0, delay = 20000;
|
||||||
while ((opt = getopt(argc, argv, "ht:m:")) != -1) {
|
for (int opt; (opt = getopt(argc, argv, "ht:m:")) != -1;) {
|
||||||
switch (opt) {
|
switch (opt) {
|
||||||
case 'h':
|
case 'h':
|
||||||
return print_usage(stdout, argv[0]), EXIT_SUCCESS;
|
return print_usage(stdout, argv[0]), EXIT_SUCCESS;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user