tools: whitespace fix in the demo server

This commit is contained in:
Peter Hutterer 2023-02-08 13:05:26 +10:00
parent 92f92bc3a5
commit 1925218e15

View file

@ -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},
};