]> git.ipfire.org Git - thirdparty/systemd.git/commit
localectl: remove unnecessary line break
authorYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 24 Mar 2016 01:44:36 +0000 (10:44 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 24 Mar 2016 01:53:00 +0000 (10:53 +0900)
commita75db59cf77f1fd0893936df9759d1276b30647f
tree4b41815e37a08fea03f653c99258d6397e2526a7
parent1eb963a32ddd2147057178cc230d919b66a90db7
localectl: remove unnecessary line break

If /etc/locale.conf is empty or does not exist, the output of
'localectl status' command includes an unnecessary line break
as follows:
=======================
   System Locale: n/a

       VC Keymap: n/a
      X11 Layout: n/a
=======================
This commit removes the line break after the system locale.
src/locale/localectl.c