strace.c: sort getopt switch branches alphabetically
authorEugene Syromyatnikov <evgsyr@gmail.com>
Mon, 1 Jan 2018 16:33:13 +0000 (17:33 +0100)
committerEugene Syromyatnikov <evgsyr@gmail.com>
Mon, 1 Jan 2018 16:34:57 +0000 (17:34 +0100)
commit45fa947494698430ed47f2da8f72dda1db6da9d9
treee7b84b80683f8df100f303956f6868e65cf7397a
parent910364a5dc2c8d7f3e702854b638947fb8a02688
strace.c: sort getopt switch branches alphabetically

There's no reason to have them out of order. This also (almost) matches
their order in the getopt call argument, introduced in
v4.20-64-g61c03be.

* strace.c (init): Sort branches in the getopt switch routine.
strace.c