summaryrefslogtreecommitdiffstats
path: root/sys/ddb/db_command.c
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2002-10-01 21:59:46 +0000
committerphk <phk@FreeBSD.org>2002-10-01 21:59:46 +0000
commit904e50c47744653616bb3162954822bf51ca339f (patch)
tree14408b3f93a3cb5b7b14183ac735f8039bb296d3 /sys/ddb/db_command.c
parent3501fab63775eeb1f3a94fe2da73c05b1d22420a (diff)
downloadFreeBSD-src-904e50c47744653616bb3162954822bf51ca339f.zip
FreeBSD-src-904e50c47744653616bb3162954822bf51ca339f.tar.gz
Indentation indicates missing braces.
Spotted by: FlexeLint
Diffstat (limited to 'sys/ddb/db_command.c')
-rw-r--r--sys/ddb/db_command.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/ddb/db_command.c b/sys/ddb/db_command.c
index cf3c6b7..62ed306 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) {
OpenPOWER on IntegriCloud