mirror of
https://gitlab.freedesktop.org/libinput/libei.git
synced 2026-02-14 18:00:28 +01:00
tools: whitespace fix in the demo server
This commit is contained in:
parent
92f92bc3a5
commit
1925218e15
1 changed files with 2 additions and 2 deletions
|
|
@ -480,8 +480,8 @@ int main(int argc, char **argv)
|
|||
{"socketpath", required_argument, 0, OPT_SOCKETPATH},
|
||||
{"layout", required_argument, 0, OPT_LAYOUT},
|
||||
{"uinput", no_argument, 0, OPT_UINPUT},
|
||||
{"verbose", no_argument,0, OPT_VERBOSE},
|
||||
{"help", no_argument,0, 'h'},
|
||||
{"verbose", no_argument, 0, OPT_VERBOSE},
|
||||
{"help", no_argument, 0, 'h'},
|
||||
{NULL},
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue