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
9aa9985b0e
commit
5cffbf6bb5
@ -68,6 +68,7 @@ void write_event_with_mode(struct input_event *event, int mode) {
|
|||||||
|
|
||||||
int main(int argc, char *argv[]) {
|
int main(int argc, char *argv[]) {
|
||||||
int mode = 0, delay = 20000;
|
int mode = 0, delay = 20000;
|
||||||
|
|
||||||
for (int opt; (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':
|
||||||
|
Loading…
x
Reference in New Issue
Block a user