]> git.sur5r.net Git - i3/i3/commit
Remove \n from errx and die messages 3574/head
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>
Wed, 2 Jan 2019 12:05:18 +0000 (19:05 +0700)
committerOrestis Floros <orestisf1993@gmail.com>
Wed, 2 Jan 2019 12:23:56 +0000 (14:23 +0200)
commit6462cf1ca3f25b5d2cbb89604de00e19465bd984
treef40b5dc7a6156c2751618570df93701038e3400f
parent3e3257af181c77761c82ace61db36574f1d8b9bd
Remove \n from errx and die messages

errx() already appends \n internally. "\n" in the error message will
result in a blank line after the message. die() is just a wrapper around
errx() so it receives the same treatment.
i3-config-wizard/main.c
i3-input/main.c
i3-nagbar/main.c
src/main.c
src/restore_layout.c
testcases/inject_randr1.5.c