aboutsummaryrefslogtreecommitdiff
path: root/process
diff options
context:
space:
mode:
authorArjan van de Ven <arjan@linux.intel.com>2010-09-23 23:54:45 -0700
committerArjan van de Ven <arjan@linux.intel.com>2010-09-23 23:54:45 -0700
commitd02d5af3ee1105bf0a785cd83060f1b742cef400 (patch)
treeeb353517fe9962a4c8661be4e24075e669583639 /process
parentf8f022601ae9afb9dc063b54e4a6314dee322232 (diff)
downloadpowertop-d02d5af3ee1105bf0a785cd83060f1b742cef400.tar.gz
more screens
Diffstat (limited to 'process')
-rw-r--r--process/do_process.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/process/do_process.cpp b/process/do_process.cpp
index 267349c..1aa0afc 100644
--- a/process/do_process.cpp
+++ b/process/do_process.cpp
@@ -462,7 +462,7 @@ void process_update_display(void)
wmove(win, 2,0);
for (i = 0; i < all_power.size(); i++)
- wprintw(win, "%5.1fmW %s\n", all_power[i]->Witts()*1000, all_power[i]->description());
+ wprintw(win, "%6.1fmW %s\n", all_power[i]->Witts()*1000, all_power[i]->description());
}
void process_process_data(void)