From: Ondrej Filip Date: Fri, 18 Aug 2000 16:36:54 +0000 (+0000) Subject: Just formatting. X-Git-Tag: v1.2.0~505 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=88aa2af7effa3752d033ccab5e18fb1303603585;p=thirdparty%2Fbird.git Just formatting. --- diff --git a/proto/ospf/topology.h b/proto/ospf/topology.h index ca3096e4c..70fed4191 100644 --- a/proto/ospf/topology.h +++ b/proto/ospf/topology.h @@ -10,8 +10,8 @@ #define _BIRD_OSPF_TOPOLOGY_H_ struct top_hash_entry { /* Index for fast mapping (type,rtrid,LSid)->vertex */ - snode n; - node cn; + snode n; + node cn; struct top_hash_entry *next; /* Next in hash chain */ struct ospf_lsa_header lsa; void *lsa_body;