From: Peter Meerwald <p.meerwald@xxxxxxxxxxxxxxxxxx> --- src/pulsecore/cpu-arm.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) 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); -- 1.7.4.1