localectl: align output of 'localectl status' command
authorYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 24 Mar 2016 01:58:38 +0000 (10:58 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 24 Mar 2016 01:58:38 +0000 (10:58 +0900)
commitc86b2d8f7334c97224391b6e384fa52622e0d800
tree65704acd5afb2fac9d36bbd2868d87cc90001a31
parenta75db59cf77f1fd0893936df9759d1276b30647f
localectl: align output of 'localectl status' command

If kernel command line options for locale are given,
the output of 'localectl status' command is not aligned,
for example,
=============
Warning: Settings on kernel command line override system locale settings in /etc/locale.conf.
  Command Line: LANG=C
   System Locale: LANG=C
       VC Keymap: n/a
      X11 Layout: n/a
=============
This commit fixes the alignment.
src/locale/localectl.c