summaryrefslogtreecommitdiff
path: root/ospf6d/ospf6_lsa.h
diff options
context:
space:
mode:
Diffstat (limited to 'ospf6d/ospf6_lsa.h')
-rw-r--r--ospf6d/ospf6_lsa.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ospf6d/ospf6_lsa.h b/ospf6d/ospf6_lsa.h
index 369b381faa..4bf56a8c1e 100644
--- a/ospf6d/ospf6_lsa.h
+++ b/ospf6d/ospf6_lsa.h
@@ -142,8 +142,8 @@ struct ospf6_lsa_handler {
const char *name;
const char *short_name;
int (*show)(struct vty *, struct ospf6_lsa *);
- char *(*get_prefix_str)(struct ospf6_lsa *, char *buf, int buflen,
- int pos);
+ char *(*get_prefix_str)(struct ospf6_lsa *, char *buf,
+ int buflen, int pos);
} s;
#define lh_type s.type
#define lh_name s.name