From: Peter Meerwald Date: Thu, 12 Jan 2012 16:20:04 +0000 (+0100) Subject: core: whitespace typo X-Git-Tag: 1.0_branch~102 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ee3e93c84106c61c33d15476a8847619f358a372;p=profile%2Fivi%2Fpulseaudio.git core: whitespace typo --- diff --git a/src/pulsecore/cpu-arm.h b/src/pulsecore/cpu-arm.h index 0e0c3e4..f0f49ef 100644 --- a/src/pulsecore/cpu-arm.h +++ b/src/pulsecore/cpu-arm.h @@ -35,7 +35,7 @@ typedef enum pa_cpu_arm_flag { PA_CPU_ARM_VFPV3 = (1 << 5) } pa_cpu_arm_flag_t; -pa_bool_t pa_cpu_init_arm (pa_cpu_arm_flag_t *flags); +pa_bool_t pa_cpu_init_arm(pa_cpu_arm_flag_t *flags); /* some optimized functions */ void pa_volume_func_init_arm(pa_cpu_arm_flag_t flags);