usr/lib/byobu/disk: add trailing whitespace

This commit is contained in:
Dustin Kirkland 2011-05-21 15:20:03 +02:00
commit 1040e337e4
2 changed files with 2 additions and 1 deletions

1
debian/changelog vendored
View file

@ -9,6 +9,7 @@ byobu (4.2) unreleased; urgency=low
* etc/byobu/statusrc: * etc/byobu/statusrc:
- turn on battery, disk_io, users, wifi, as nothing is displayed - turn on battery, disk_io, users, wifi, as nothing is displayed
if we have none if we have none
* usr/lib/byobu/disk: add trailing whitespace
[ Scott Moser ] [ Scott Moser ]
* usr/bin/byobu, usr/bin/byobu-reconnect-sockets, * usr/bin/byobu, usr/bin/byobu-reconnect-sockets,

View file

@ -50,4 +50,4 @@ get_size_pct() {
get_size_pct "${MP}" get_size_pct "${MP}"
color b M W; echo -n "$_SIZE"; color -; color M W; echo -n "${_UNIT}B,"; color -; color b M W; echo -n "$_SIZE"; color -; color M W; echo -n "${_UNIT}B,"; color -;
color b M W; echo -n "$_PCT"; color -; color M W; echo -n "%" ; color -; color b M W; echo -n "$_PCT"; color -; color M W; echo -n "%" ; color --;