summaryrefslogtreecommitdiff
path: root/isisd/isisd.c
diff options
context:
space:
mode:
Diffstat (limited to 'isisd/isisd.c')
-rw-r--r--isisd/isisd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/isisd/isisd.c b/isisd/isisd.c
index a6a2202728..6d64e07705 100644
--- a/isisd/isisd.c
+++ b/isisd/isisd.c
@@ -764,7 +764,7 @@ DEFUN_NOSH (show_debugging,
"State of each debugging option\n"
ISIS_STR)
{
- vty_out (vty, "IS-IS debugging status:\n");
+ vty_out(vty, "IS-IS debugging status:\n");
if (isis->debugs)
print_debug(vty, isis->debugs, 1);