properly reindent a block

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@20484 65c4cc65-6c06-0410-ace0-fbb531ad65f3
1.4
Luigi Rizzo 20 years ago
parent 577b740f17
commit 5a6cc1ea4e

@ -2346,7 +2346,6 @@ int ast_write(struct ast_channel *chan, struct ast_frame *fr)
if (chan->tech->write == NULL) if (chan->tech->write == NULL)
break; break;
/* XXX need to reindent this block */
/* Bypass translator if we're writing format in the raw write format. This /* Bypass translator if we're writing format in the raw write format. This
allows mixing of native / non-native formats */ allows mixing of native / non-native formats */
if (fr->subclass == chan->rawwriteformat) if (fr->subclass == chan->rawwriteformat)

Loading…
Cancel
Save