]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfsprogs: add missing line feeds in libxfs/rdwr.c
authorJohn Pittman <jpittman@redhat.com>
Fri, 13 Dec 2019 21:21:17 +0000 (16:21 -0500)
committerEric Sandeen <sandeen@redhat.com>
Fri, 13 Dec 2019 21:21:17 +0000 (16:21 -0500)
commit2ab6ea6a4cf7f7be6def5444229739effc6bad5b
tree5d91c07f484c4a1330a94d7e61e8c9777feccd75
parent998aed52bede0194531092247cbf7ebd015ad054
xfsprogs: add missing line feeds in libxfs/rdwr.c

In libxfs/rdwr.c, there are several fprintf() calls that are
missing trailing line feeds. This translates to the following
CLI prompt being on the same line as the message. Add missing
line feeds, alleviating the issue.

Fixes: 0a7942b38215 ("libxfs: don't discard dirty buffers")
Signed-off-by: John Pittman <jpittman@redhat.com>
Reviewed-by: Carlos Maiolino <cmaiolino@redhat.com>
Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
libxfs/rdwr.c