diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2017-10-22 14:47:09 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2017-10-22 14:47:09 +0200 |
commit | 76bb31e4458d2ddcd8082c0aa5ebc85b72ac0932 (patch) | |
tree | 5e1f6025202c3d313f6c14a6373f6cad19134b09 /elv-weather | |
parent | 1638e7ebd7db0fbc8d5281b0f6ae76aa49957047 (diff) | |
download | hue-76bb31e4458d2ddcd8082c0aa5ebc85b72ac0932.tar.gz |
fmt fix
Diffstat (limited to 'elv-weather')
-rwxr-xr-x | elv-weather | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/elv-weather b/elv-weather index 4413b9c..c765b0f 100755 --- a/elv-weather +++ b/elv-weather @@ -128,7 +128,7 @@ while (1) { print strftime("\n[%H:%M:%S]\n", localtime()); } - printf " %s: %s\n", $paths[$i], $data[$i]; + printf " %-32s:%8s\n", $topic, $value; } } @prev = @data; |