diff options
author | Justin P. Mattock <justinmattock@gmail.com> | 2011-04-08 22:49:08 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2011-04-10 11:01:05 -0400 |
commit | 6eab04a87677a37cf15b52e2b4b4fd57917102ad (patch) | |
tree | dc92e25473e7e5c9183312d7feeeaeabb2157baf /tools/power | |
parent | 9f0af69b2dd34d2c21817d599db7bdb3c972a759 (diff) |
treewide: remove extra semicolons
Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'tools/power')
-rw-r--r-- | tools/power/x86/turbostat/turbostat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/power/x86/turbostat/turbostat.c b/tools/power/x86/turbostat/turbostat.c index 362a0cb448db..6d8ef4a3a9b5 100644 --- a/tools/power/x86/turbostat/turbostat.c +++ b/tools/power/x86/turbostat/turbostat.c | |||
@@ -990,7 +990,7 @@ int fork_it(char **argv) | |||
990 | if (!retval) | 990 | if (!retval) |
991 | print_counters(cnt_delta); | 991 | print_counters(cnt_delta); |
992 | 992 | ||
993 | fprintf(stderr, "%.6f sec\n", tv_delta.tv_sec + tv_delta.tv_usec/1000000.0);; | 993 | fprintf(stderr, "%.6f sec\n", tv_delta.tv_sec + tv_delta.tv_usec/1000000.0); |
994 | 994 | ||
995 | return 0; | 995 | return 0; |
996 | } | 996 | } |