summaryrefslogtreecommitdiffstats
path: root/sys/ddb/db_command.c
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>2002-03-23 11:53:03 +0000
committerbde <bde@FreeBSD.org>2002-03-23 11:53:03 +0000
commitf8611316d9b3a8d7d85e83a81e588a71e819584e (patch)
tree428a8724ec75a2d0da0323ad3dd24ad78ad42033 /sys/ddb/db_command.c
parentd27d5e3b44ff619a0151aa86993697a211e61bc7 (diff)
downloadFreeBSD-src-f8611316d9b3a8d7d85e83a81e588a71e819584e.zip
FreeBSD-src-f8611316d9b3a8d7d85e83a81e588a71e819584e.tar.gz
Fixed some style bugs in the removal of __P(()). Continuation lines
were not outdented to preserve non-KNF lining up of code with parentheses. Switch to KNF formatting.
Diffstat (limited to 'sys/ddb/db_command.c')
-rw-r--r--sys/ddb/db_command.c20
1 files changed, 8 insertions, 12 deletions
diff --git a/sys/ddb/db_command.c b/sys/ddb/db_command.c
index 9d3be3b..6771abe 100644
--- a/sys/ddb/db_command.c
+++ b/sys/ddb/db_command.c
@@ -101,17 +101,14 @@ db_skip_to_eol()
#define CMD_AMBIGUOUS 3
#define CMD_HELP 4
-static void db_cmd_list(struct command *table,
- struct command **aux_tablep,
- struct command **aux_tablep_end);
+static void db_cmd_list(struct command *table, struct command **aux_tablep,
+ struct command **aux_tablep_end);
static int db_cmd_search(char *name, struct command *table,
- struct command **aux_tablep,
- struct command **aux_tablep_end,
- struct command **cmdp);
+ struct command **aux_tablep,
+ struct command **aux_tablep_end, struct command **cmdp);
static void db_command(struct command **last_cmdp,
- struct command *cmd_table,
- struct command **aux_cmd_tablep,
- struct command **aux_cmd_tablep_end);
+ struct command *cmd_table, struct command **aux_cmd_tablep,
+ struct command **aux_cmd_tablep_end);
/*
* Search for command prefix.
@@ -504,9 +501,8 @@ db_fncall(dummy1, dummy2, dummy3, dummy4)
int nargs = 0;
db_expr_t retval;
typedef db_expr_t fcn_10args_t(db_expr_t, db_expr_t, db_expr_t,
- db_expr_t, db_expr_t, db_expr_t,
- db_expr_t, db_expr_t, db_expr_t,
- db_expr_t);
+ db_expr_t, db_expr_t, db_expr_t, db_expr_t,
+ db_expr_t, db_expr_t, db_expr_t);
fcn_10args_t *func;
int t;
OpenPOWER on IntegriCloud