[asterisk-commits] kmoore: branch kmoore/peer-field-restoration r398744 - in /team/kmoore/peer-f...
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Tue Sep 10 10:40:04 CDT 2013
Author: kmoore
Date: Tue Sep 10 10:40:02 2013
New Revision: 398744
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=398744
Log:
Fix whitespace issues
Modified:
team/kmoore/peer-field-restoration/main/cel.c
team/kmoore/peer-field-restoration/tests/test_cel.c
Modified: team/kmoore/peer-field-restoration/main/cel.c
URL: http://svnview.digium.com/svn/asterisk/team/kmoore/peer-field-restoration/main/cel.c?view=diff&rev=398744&r1=398743&r2=398744
==============================================================================
--- team/kmoore/peer-field-restoration/main/cel.c (original)
+++ team/kmoore/peer-field-restoration/main/cel.c Tue Sep 10 10:40:02 2013
@@ -1067,7 +1067,6 @@
current_snapshot = ast_channel_snapshot_get_latest(current_chan);
if (!current_snapshot) {
-
ast_free(peer_str);
ao2_cleanup(current_chan);
ao2_iterator_destroy(&i);
Modified: team/kmoore/peer-field-restoration/tests/test_cel.c
URL: http://svnview.digium.com/svn/asterisk/team/kmoore/peer-field-restoration/tests/test_cel.c?view=diff&rev=398744&r1=398743&r2=398744
==============================================================================
--- team/kmoore/peer-field-restoration/tests/test_cel.c (original)
+++ team/kmoore/peer-field-restoration/tests/test_cel.c Tue Sep 10 10:40:02 2013
@@ -313,7 +313,7 @@
current_snapshot = ast_channel_snapshot_get_latest(current_chan);
if (!current_snapshot) {
-
+
ast_free(peer_str);
ao2_cleanup(current_chan);
ao2_iterator_destroy(&i);
@@ -335,7 +335,7 @@
RAII_VAR(struct ast_bridge_snapshot *, snapshot,
ast_bridge_snapshot_get_latest(bridge->uniqueid),
ao2_cleanup);
-
+
if (!snapshot) {
return NULL;
}
@@ -348,7 +348,7 @@
RAII_VAR(struct ast_channel_snapshot *, snapshot,
ast_channel_snapshot_get_latest(ast_channel_uniqueid(chan)),
ao2_cleanup);
-
+
if (!snapshot) {
return NULL;
}
More information about the asterisk-commits
mailing list