diff options
author | Ondrej Filip <feela@network.cz> | 2000-08-18 18:36:54 +0200 |
---|---|---|
committer | Ondrej Filip <feela@network.cz> | 2000-08-18 18:36:54 +0200 |
commit | 88aa2af7effa3752d033ccab5e18fb1303603585 (patch) | |
tree | 8752870ea3940470beed99c3ac72d8c21e24f7ef | |
parent | 28a6e1aa0ee17cee6aaad67d7433cb8038062582 (diff) | |
download | bird-88aa2af7effa3752d033ccab5e18fb1303603585.tar bird-88aa2af7effa3752d033ccab5e18fb1303603585.zip |
Just formatting.
-rw-r--r-- | proto/ospf/topology.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/proto/ospf/topology.h b/proto/ospf/topology.h index ca3096e..70fed41 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; |