diff options
| author | skrll <skrll@NetBSD.org> | 2020-10-30 06:57:08 +0000 |
|---|---|---|
| committer | skrll <skrll@NetBSD.org> | 2020-10-30 06:57:08 +0000 |
| commit | ea3c6f6f571ec96b53338bbee3d56bfb77eccc96 (patch) | |
| tree | d57bca89201b3e525012ddee03e9630ee081319b /sys/ddb/db_command.c | |
| parent | 97016bd468c1cf6d1e25321b4ea55d6ecbdec2a3 (diff) | |
Trailing whitespace
Diffstat (limited to 'sys/ddb/db_command.c')
| -rw-r--r-- | sys/ddb/db_command.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/ddb/db_command.c b/sys/ddb/db_command.c index bf809393851..e671798317c 100644 --- a/sys/ddb/db_command.c +++ b/sys/ddb/db_command.c @@ -1,4 +1,4 @@ -/* $NetBSD: db_command.c,v 1.170 2020/04/13 11:43:27 skrll Exp $ */ +/* $NetBSD: db_command.c,v 1.171 2020/10/30 06:57:08 skrll Exp $ */ /* * Copyright (c) 1996, 1997, 1998, 1999, 2002, 2009, 2019 @@ -61,7 +61,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: db_command.c,v 1.170 2020/04/13 11:43:27 skrll Exp $"); +__KERNEL_RCSID(0, "$NetBSD: db_command.c,v 1.171 2020/10/30 06:57:08 skrll Exp $"); #ifdef _KERNEL_OPT #include "opt_aio.h" @@ -472,7 +472,7 @@ int db_register_tbl(uint8_t type, const struct db_command *cmd_tbl) { struct db_cmd_tbl_en *list_ent; - + /* empty list - ignore */ if (cmd_tbl->name == 0) return 0; |
