From 6967578728a3eef43b7b2be4080dafc1b87f528d Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Mon, 14 Jan 2013 01:34:48 +0100 Subject: whitespace fixes. no code changes Signed-off-by: Denys Vlasenko --- procps/powertop.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'procps/powertop.c') 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) * Get information about CPU using CPUID opcode. */ static void cpuid(unsigned int *eax, unsigned int *ebx, unsigned int *ecx, - unsigned int *edx) + unsigned int *edx) { /* EAX value specifies what information to return */ __asm__( -- cgit v1.2.3