[asterisk-commits] dlee: branch dlee/ASTERISK-21096 r383714 - /team/dlee/ASTERISK-21096/main/

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Mon Mar 25 10:30:24 CDT 2013


Author: dlee
Date: Mon Mar 25 10:30:20 2013
New Revision: 383714

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=383714
Log:
Removed extra newlines

Modified:
    team/dlee/ASTERISK-21096/main/manager_channels.c

Modified: team/dlee/ASTERISK-21096/main/manager_channels.c
URL: http://svnview.digium.com/svn/asterisk/team/dlee/ASTERISK-21096/main/manager_channels.c?view=diff&rev=383714&r1=383713&r2=383714
==============================================================================
--- team/dlee/ASTERISK-21096/main/manager_channels.c (original)
+++ team/dlee/ASTERISK-21096/main/manager_channels.c Mon Mar 25 10:30:20 2013
@@ -298,7 +298,6 @@
 		return NULL;
 	}
 
-
 	/* The Newchannel, Newstate and Hangup events are closely related, in
 	 * in that they are mutually exclusive, basically different flavors
 	 * of a new channel state event.
@@ -308,7 +307,6 @@
 		return snapshot_manager_event_create(
 			EVENT_FLAG_CALL, "Newchannel", NO_EXTRA_FIELDS);
 	}
-
 
 	was_hungup = ast_test_flag(&old_snapshot->flags, AST_FLAG_ZOMBIE) ? 1 : 0;
 	is_hungup = ast_test_flag(&new_snapshot->flags, AST_FLAG_ZOMBIE) ? 1 : 0;




More information about the asterisk-commits mailing list