summaryrefslogtreecommitdiff
path: root/slinfactory.c
diff options
context:
space:
mode:
authorTilghman Lesher <tilghman@meg.abyt.es>2006-07-10 19:05:48 +0000
committerTilghman Lesher <tilghman@meg.abyt.es>2006-07-10 19:05:48 +0000
commit229ab7d9cff3ada2291308a868e79ee8c8c14deb (patch)
tree33176ce63675a2ab5cbbbf7cf1c5bc5f313bf7d1 /slinfactory.c
parent4a3e227291acf432be49325ea3f9b1fde3a41411 (diff)
Whitespace changes only
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@37345 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'slinfactory.c')
-rw-r--r--slinfactory.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/slinfactory.c b/slinfactory.c
index 21dcdd067..56731266e 100644
--- a/slinfactory.c
+++ b/slinfactory.c
@@ -88,7 +88,7 @@ int ast_slinfactory_feed(struct ast_slinfactory *sf, struct ast_frame *f)
if (frame) {
int x = 0;
- for (frame_ptr = sf->queue; frame_ptr && frame_ptr->next; frame_ptr=frame_ptr->next) {
+ for (frame_ptr = sf->queue; frame_ptr && frame_ptr->next; frame_ptr = frame_ptr->next) {
x++;
}
if (frame_ptr) {