From c2476fafadd2525abcdcb2ada8966472f0b0919d Mon Sep 17 00:00:00 2001 From: Poul-Henning Kamp Date: Tue, 1 Oct 2002 21:59:46 +0000 Subject: Indentation indicates missing braces. Spotted by: FlexeLint --- sys/ddb/db_command.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys/ddb/db_command.c b/sys/ddb/db_command.c index cf3c6b77ea95..62ed3065fa30 100644 --- a/sys/ddb/db_command.c +++ b/sys/ddb/db_command.c @@ -278,9 +278,10 @@ db_command(last_cmdp, cmd_table, aux_cmd_tablep, aux_cmd_tablep_end) if ((cmd_table = cmd->more) != 0) { /* XXX usually no more aux's. */ aux_cmd_tablep = 0; - if (cmd_table == db_show_cmds) + if (cmd_table == db_show_cmds) { aux_cmd_tablep = SET_BEGIN(db_show_cmd_set); aux_cmd_tablep_end = SET_LIMIT(db_show_cmd_set); + } t = db_read_token(); if (t != tIDENT) { -- cgit v1.3