]> git.ipfire.org Git - thirdparty/freeswitch.git/commit
FS-10778: Fix compilation and refactor code
authorPiotr <piotr@dataandsignal.com>
Mon, 4 Dec 2017 15:22:43 +0000 (15:22 +0000)
committerMuteesa Fred <muteesafred@hotmail.com>
Tue, 24 Jul 2018 07:21:34 +0000 (07:21 +0000)
commitb0106ac17fcb8bd515dacbd04ffe433f158371b4
treeaf3de176167719406f6e03fd227515c0ea7e3663
parent477f3bc549bf67acc5b3647044b2fa47768e3c9b
FS-10778: Fix compilation and refactor code

Prefer break over indent.

if (!p) {
    break;
}

// the code...

over

if (p) {
    // the
    // code
    // ...
}
src/switch_core_media.c