mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-29 18:19:30 +00:00
Cosmetic changes. Make main source files better conform to coding guidelines and standards. (issue #8679 reported by johann8384)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@51486 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -399,7 +399,7 @@ static void jb_get_and_deliver(struct ast_channel *chan)
|
||||
|
||||
res = jbimpl->get(jbobj, &f, now, interpolation_len);
|
||||
|
||||
switch(res) {
|
||||
switch (res) {
|
||||
case JB_IMPL_OK:
|
||||
/* deliver the frame */
|
||||
ast_write(chan, f);
|
||||
|
Reference in New Issue
Block a user