From cd7a05af2df03ed10da9a97440f7fd7471377905 Mon Sep 17 00:00:00 2001 From: Russell Bryant Date: Thu, 10 Jan 2008 16:43:31 +0000 Subject: [PATCH] spaces to tabs git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@97769 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- main/translate.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/translate.c b/main/translate.c index d9270e9078..4a4cd3427f 100644 --- a/main/translate.c +++ b/main/translate.c @@ -204,7 +204,7 @@ struct ast_frame *ast_trans_frameout(struct ast_trans_pvt *pvt, { struct ast_frame *f = &pvt->f; - if (samples) + if (samples) f->samples = samples; else { if (pvt->samples == 0)