summaryrefslogtreecommitdiff
path: root/ospf6d/ospf6d.c
diff options
context:
space:
mode:
Diffstat (limited to 'ospf6d/ospf6d.c')
-rw-r--r--ospf6d/ospf6d.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ospf6d/ospf6d.c b/ospf6d/ospf6d.c
index 840c4c0848..d9f730586b 100644
--- a/ospf6d/ospf6d.c
+++ b/ospf6d/ospf6d.c
@@ -383,9 +383,9 @@ static void ospf6_lsdb_type_show_wrapper(struct vty *vty,
assert(0);
break;
}
- if (uj) {
+ if (uj)
vty_json(vty, json);
- } else
+ else
vty_out(vty, "\n");
}