aboutsummaryrefslogtreecommitdiffstats
path: root/main/translate.c
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2008-01-10 16:43:31 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2008-01-10 16:43:31 +0000
commit27c4379db229f6c53cf1e5bf960c48a93b791650 (patch)
tree2d9080be5a67e814d8c81e3d85a68fcc020587a2 /main/translate.c
parent1d0d1a7f8fe3c7e64eb933ec7243f30ce17c2028 (diff)
spaces to tabs
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@97769 f38db490-d61c-443f-a65b-d21fe96a405b
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)