]> granicus.if.org Git - strace/commit
syslog: fix switch statement indentation
authorEugene Syromyatnikov <evgsyr@gmail.com>
Wed, 26 Sep 2018 22:27:21 +0000 (00:27 +0200)
committerDmitry V. Levin <ldv@altlinux.org>
Mon, 5 Aug 2019 22:48:31 +0000 (22:48 +0000)
commit8b31b3c77861323d54a70cdd48d8819a7b41deaf
treed1377173f9e795c98ccd197ec1ef2baea26b426b
parent42460ca710c36a4994a14eda6b176397cdc40139
syslog: fix switch statement indentation

* syslog.c (SYS_FUNC(syslog)): Decrease indentation level of case
clauses in the switch statement.
syslog.c