]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Whitespace fix
authorTerry Wilson <twilson@digium.com>
Fri, 16 Sep 2011 22:10:56 +0000 (22:10 +0000)
committerTerry Wilson <twilson@digium.com>
Fri, 16 Sep 2011 22:10:56 +0000 (22:10 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@336314 65c4cc65-6c06-0410-ace0-fbb531ad65f3

funcs/func_frame_trace.c

index 86cb4612541a6ca68f34d5b903eb4a2b7cee7af7..0c1bc81cf6866b74c6fd41dd7419de91c3111b6b 100644 (file)
@@ -315,7 +315,7 @@ static void print_frame(struct ast_frame *frame)
                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: