[asterisk-commits] twilson: branch 10 r336316 - in /branches/10: ./	funcs/func_frame_trace.c
    SVN commits to the Asterisk project 
    asterisk-commits at lists.digium.com
       
    Fri Sep 16 17:11:40 CDT 2011
    
    
  
Author: twilson
Date: Fri Sep 16 17:11:39 2011
New Revision: 336316
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=336316
Log:
Merged revisions 336314 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/branches/1.8
........
  r336314 | twilson | 2011-09-16 17:10:56 -0500 (Fri, 16 Sep 2011) | 2 lines
  
  Whitespace fix
........
Modified:
    branches/10/   (props changed)
    branches/10/funcs/func_frame_trace.c
Propchange: branches/10/
------------------------------------------------------------------------------
Binary property 'branch-1.8-merged' - no diff available.
Modified: branches/10/funcs/func_frame_trace.c
URL: http://svnview.digium.com/svn/asterisk/branches/10/funcs/func_frame_trace.c?view=diff&rev=336316&r1=336315&r2=336316
==============================================================================
--- branches/10/funcs/func_frame_trace.c (original)
+++ branches/10/funcs/func_frame_trace.c Fri Sep 16 17:11:39 2011
@@ -318,7 +318,7 @@
 		case AST_CONTROL_INCOMPLETE:
 			ast_verbose("SubClass: INCOMPLETE\n");
 			break;
-		 case AST_CONTROL_END_OF_Q:
+		case AST_CONTROL_END_OF_Q:
 			ast_verbose("SubClass: END_OF_Q\n");
 			break;
 		case AST_CONTROL_UPDATE_RTP_PEER:
    
    
More information about the asterisk-commits
mailing list