From 0eb321bf2c1cc0e048faff26a01f86cdd3ec254f Mon Sep 17 00:00:00 2001 From: Uoti Urpala Date: Tue, 7 Jul 2009 02:26:13 +0300 Subject: Remove trailing whitespace from most files --- libaf/af_tools.c | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'libaf/af_tools.c') diff --git a/libaf/af_tools.c b/libaf/af_tools.c index 556429f4d9..82e0940fb2 100644 --- a/libaf/af_tools.c +++ b/libaf/af_tools.c @@ -17,16 +17,16 @@ */ #include -#include +#include #include "af.h" /* Convert to gain value from dB. Returns AF_OK if of and AF_ERROR if fail */ int af_from_dB(int n, float* in, float* out, float k, float mi, float ma) { - int i = 0; + int i = 0; // Sanity check - if(!in || !out) + if(!in || !out) return AF_ERROR; for(i=0;idata->format != out->format) || + if((af->data->format != out->format) || (af->data->bps != out->bps) || (af->data->rate != out->rate) || (af->data->nch != out->nch)){ -- cgit v1.2.3