Fix up white space.
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Fri, 5 Sep 2003 23:43:04 +0000 (23:43 +0000)
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Fri, 5 Sep 2003 23:43:04 +0000 (23:43 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@8395 f5534014-38df-0310-8fa8-9805f1628bb7

packet-mtp3.c

index e26312dbe28b162c5afa3b433ae3695877268cbb..0c5f93f01c67971dbeac51f313ac07e839fb298a 100644 (file)
@@ -9,7 +9,7 @@
  * Copyright 2001, Michael Tuexen <tuexen [AT] fh-muenster.de>
  * Updated for ANSI and Chinese ITU support by Jeff Morriss <jeff.morriss[AT]ulticom.com>
  *
- * $Id: packet-mtp3.c,v 1.19 2003/09/05 20:11:44 tuexen Exp $
+ * $Id: packet-mtp3.c,v 1.20 2003/09/05 23:43:04 guy Exp $
  *
  * Ethereal - Network traffic analyzer
  * By Gerald Combs <gerald@ethereal.com>
@@ -333,7 +333,8 @@ dissect_mtp3(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
   proto_tree *mtp3_tree = NULL;
 
   /* Make entries in Protocol column and Info column on summary display */
-  if (check_col(pinfo->cinfo, COL_INFO))\r    switch(mtp3_standard) {
+  if (check_col(pinfo->cinfo, COL_INFO))
+    switch(mtp3_standard) {
       case ITU_STANDARD:
         col_set_str(pinfo->cinfo, COL_PROTOCOL, "MTP3 (Int. ITU)");
         break;