summaryrefslogtreecommitdiff
path: root/main/translate.c
diff options
context:
space:
mode:
authorRussell Bryant <russell@russellbryant.com>2008-01-10 16:43:31 +0000
committerRussell Bryant <russell@russellbryant.com>2008-01-10 16:43:31 +0000
commitcd7a05af2df03ed10da9a97440f7fd7471377905 (patch)
tree2d9080be5a67e814d8c81e3d85a68fcc020587a2 /main/translate.c
parentde1176ee2805b819a5bf0964d90ce9e84e307500 (diff)
spaces to tabs
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@97769 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'main/translate.c')
-rw-r--r--main/translate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/translate.c b/main/translate.c
index d9270e907..4a4cd3427 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)