mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-19 08:11:21 +00:00
properly reindent a block
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@20484 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -2346,7 +2346,6 @@ int ast_write(struct ast_channel *chan, struct ast_frame *fr)
|
||||
if (chan->tech->write == NULL)
|
||||
break;
|
||||
|
||||
/* XXX need to reindent this block */
|
||||
/* Bypass translator if we're writing format in the raw write format. This
|
||||
allows mixing of native / non-native formats */
|
||||
if (fr->subclass == chan->rawwriteformat)
|
||||
|
||||
Reference in New Issue
Block a user