diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2013-01-14 01:34:48 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2013-01-14 01:34:48 +0100 |
commit | 6967578728a3eef43b7b2be4080dafc1b87f528d (patch) | |
tree | 76b79c4c81ce8e5ad4e57df5119efecef810e673 /procps/powertop.c | |
parent | 52185155088d0910d29c7f4fdf5cb3eecaac8965 (diff) | |
download | busybox-w32-6967578728a3eef43b7b2be4080dafc1b87f528d.tar.gz busybox-w32-6967578728a3eef43b7b2be4080dafc1b87f528d.tar.bz2 busybox-w32-6967578728a3eef43b7b2be4080dafc1b87f528d.zip |
whitespace fixes. no code changes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'procps/powertop.c')
-rw-r--r-- | procps/powertop.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/procps/powertop.c b/procps/powertop.c index a69ee12b0..71988a295 100644 --- a/procps/powertop.c +++ b/procps/powertop.c | |||
@@ -493,7 +493,7 @@ static NOINLINE int process_timer_stats(void) | |||
493 | * Get information about CPU using CPUID opcode. | 493 | * Get information about CPU using CPUID opcode. |
494 | */ | 494 | */ |
495 | static void cpuid(unsigned int *eax, unsigned int *ebx, unsigned int *ecx, | 495 | static void cpuid(unsigned int *eax, unsigned int *ebx, unsigned int *ecx, |
496 | unsigned int *edx) | 496 | unsigned int *edx) |
497 | { | 497 | { |
498 | /* EAX value specifies what information to return */ | 498 | /* EAX value specifies what information to return */ |
499 | __asm__( | 499 | __asm__( |