]> The Tcpdump Group git mirrors - tcpdump/blobdiff - ospf6.h
whitespace cleanup
[tcpdump] / ospf6.h
diff --git a/ospf6.h b/ospf6.h
index 92eae766630a33fe37f79e9f1d3d4585e6e78aef..ba166ddc7a792ca83efc65155287cad640daa4f5 100644 (file)
--- a/ospf6.h
+++ b/ospf6.h
@@ -1,4 +1,4 @@
-/* @(#) $Header: /tcpdump/master/tcpdump/ospf6.h,v 1.3 2000-12-17 23:07:50 guy Exp $ (LBL) */
+/* @(#) $Header: /tcpdump/master/tcpdump/ospf6.h,v 1.4 2002-06-11 17:08:40 itojun Exp $ (LBL) */
 /*
  * Copyright (c) 1991, 1993, 1994, 1995, 1996, 1997
  *     The Regents of the University of California.  All rights reserved.
@@ -153,7 +153,7 @@ struct lsa {
        /* AS external links advertisements */
        struct {
            u_int32_t asla_metric;
-           struct lsa_prefix asla_prefix[1]; 
+           struct lsa_prefix asla_prefix[1];
            /* some optional fields follow */
        } un_asla;