]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Just formatting.
authorOndrej Filip <feela@network.cz>
Fri, 18 Aug 2000 16:36:54 +0000 (16:36 +0000)
committerOndrej Filip <feela@network.cz>
Fri, 18 Aug 2000 16:36:54 +0000 (16:36 +0000)
proto/ospf/topology.h

index ca3096e4cbd4fc5eed4ce368b4e9d6a868a8c80a..70fed41915312142fb5dbb23e36baba4aa82f77b 100644 (file)
@@ -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;