summaryrefslogtreecommitdiff
path: root/print-ldp.c
diff options
context:
space:
mode:
authorguy <guy>2005-04-27 19:16:21 +0000
committerguy <guy>2005-04-27 19:16:21 +0000
commitdf8ee0903548456db62ea60cbd5f7fbca8e92de3 (patch)
tree82fe8c2a0ec7cee04294e739ddb1e685e06659c2 /print-ldp.c
parent279c3bdb1c62ecaf3bc8954bc7c88b129755968f (diff)
downloadtcpdump-df8ee0903548456db62ea60cbd5f7fbca8e92de3.tar.gz
Change white space to match the version in the x.9 branch.
Diffstat (limited to 'print-ldp.c')
-rw-r--r--print-ldp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/print-ldp.c b/print-ldp.c
index 03686582..5fc1f72b 100644
--- a/print-ldp.c
+++ b/print-ldp.c
@@ -16,7 +16,7 @@
#ifndef lint
static const char rcsid[] _U_ =
- "@(#) $Header: /tcpdump/master/tcpdump/print-ldp.c,v 1.11 2005-04-27 18:55:51 hannes Exp $";
+ "@(#) $Header: /tcpdump/master/tcpdump/print-ldp.c,v 1.12 2005-04-27 19:16:21 guy Exp $";
#endif
#ifdef HAVE_CONFIG_H
@@ -540,7 +540,7 @@ ldp_msg_print(register const u_char *pptr) {
EXTRACT_32BITS(&ldp_msg_header->id),
LDP_MASK_U_BIT(EXTRACT_16BITS(&ldp_msg_header->type)) ? "continue processing" : "ignore");
- if (msg_len ==0) /* infinite loop protection */
+ if (msg_len == 0) /* infinite loop protection */
return 0;
msg_tptr=tptr+sizeof(struct ldp_msg_header);