]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Merged revisions 336314 via svnmerge from
authorTerry Wilson <twilson@digium.com>
Fri, 16 Sep 2011 22:11:39 +0000 (22:11 +0000)
committerTerry Wilson <twilson@digium.com>
Fri, 16 Sep 2011 22:11:39 +0000 (22:11 +0000)
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
........

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/10@336316 65c4cc65-6c06-0410-ace0-fbb531ad65f3

funcs/func_frame_trace.c

index 1cfc8ea08cef00ea10052a7ab75c76669f84c5b4..4488577c6f3be16500bc39322a9d58d32a3ef3b3 100644 (file)
@@ -318,7 +318,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: