[asterisk-commits] file: trunk r41960 - /trunk/apps/app_chanspy.c

asterisk-commits at lists.digium.com asterisk-commits at lists.digium.com
Sun Sep 3 16:45:04 MST 2006


Author: file
Date: Sun Sep  3 18:45:03 2006
New Revision: 41960

URL: http://svn.digium.com/view/asterisk?rev=41960&view=rev
Log:
Use tabs instead of spaces (I <3 tabs -- this is for you Qwell)

Modified:
    trunk/apps/app_chanspy.c

Modified: trunk/apps/app_chanspy.c
URL: http://svn.digium.com/view/asterisk/trunk/apps/app_chanspy.c?rev=41960&r1=41959&r2=41960&view=diff
==============================================================================
--- trunk/apps/app_chanspy.c (original)
+++ trunk/apps/app_chanspy.c Sun Sep  3 18:45:03 2006
@@ -368,10 +368,10 @@
 		ast_deactivate_generator(chan);
 
 	/* If a channel still exists on our spy structure then we need to remove ourselves */
-        if (csth.spy.chan) {
-                csth.spy.status = CHANSPY_DONE;
-                ast_channel_spy_remove(csth.spy.chan, &csth.spy);
-        }
+	if (csth.spy.chan) {
+		csth.spy.status = CHANSPY_DONE;
+		ast_channel_spy_remove(csth.spy.chan, &csth.spy);
+	}
 	ast_channel_spy_free(&csth.spy);
 	
 	if (option_verbose >= 2)



More information about the asterisk-commits mailing list