summaryrefslogtreecommitdiff
path: root/tests/lib/cli/test_commands.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lib/cli/test_commands.c')
-rw-r--r--tests/lib/cli/test_commands.c12
1 files changed, 4 insertions, 8 deletions
diff --git a/tests/lib/cli/test_commands.c b/tests/lib/cli/test_commands.c
index e149487c5d..48dd99d28a 100644
--- a/tests/lib/cli/test_commands.c
+++ b/tests/lib/cli/test_commands.c
@@ -49,23 +49,19 @@ static vector test_cmds;
static char test_buf[32768];
static struct cmd_node bgp_node = {
- BGP_NODE,
- "%s(config-router)# ",
+ BGP_NODE, "%s(config-router)# ",
};
static struct cmd_node rip_node = {
- RIP_NODE,
- "%s(config-router)# ",
+ RIP_NODE, "%s(config-router)# ",
};
static struct cmd_node isis_node = {
- ISIS_NODE,
- "%s(config-router)# ",
+ ISIS_NODE, "%s(config-router)# ",
};
static struct cmd_node interface_node = {
- INTERFACE_NODE,
- "%s(config-if)# ",
+ INTERFACE_NODE, "%s(config-if)# ",
};
static struct cmd_node rmap_node = {RMAP_NODE, "%s(config-route-map)# "};