Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/ddb Whitespace
details: https://anonhg.NetBSD.org/src/rev/7ebe34637d58
branches: trunk
changeset: 941754:7ebe34637d58
user: skrll <skrll%NetBSD.org@localhost>
date: Fri Oct 30 06:59:43 2020 +0000
description:
Whitespace
diffstat:
sys/ddb/db_command.h | 20 ++++++++++----------
1 files changed, 10 insertions(+), 10 deletions(-)
diffs (39 lines):
diff -r 3265055dfa82 -r 7ebe34637d58 sys/ddb/db_command.h
--- a/sys/ddb/db_command.h Fri Oct 30 06:59:12 2020 +0000
+++ b/sys/ddb/db_command.h Fri Oct 30 06:59:43 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: db_command.h,v 1.39 2020/10/30 06:57:08 skrll Exp $ */
+/* $NetBSD: db_command.h,v 1.40 2020/10/30 06:59:43 skrll Exp $ */
/*-
* Copyright (c) 1996, 1997, 1998, 1999, 2002 The NetBSD Foundation, Inc.
@@ -126,20 +126,20 @@
* CS_SET_DOT specify if this command is put to last added command memory.
* CS_NOREPEAT this command does not repeat
*/
- uint16_t flag; /* extra info: */
-#define CS_OWN 0x1 /* non-standard syntax */
-#define CS_MORE 0x2 /* standard syntax, but may have other
- words at end */
-#define CS_COMPAT 0x4 /* is set for compatibilty with old
- ddb versions*/
-#define CS_SHOW 0x8 /* select show list */
+ uint16_t flag; /* extra info: */
+#define CS_OWN 0x1 /* non-standard syntax */
+#define CS_MORE 0x2 /* standard syntax, but may have other
+ words at end */
+#define CS_COMPAT 0x4 /* is set for compatibilty with old
+ ddb versions */
+#define CS_SHOW 0x8 /* select show list */
#define CS_MACH 0x10 /* select machine dependent list */
#define CS_SET_DOT 0x100 /* set dot after command */
#define CS_NOREPEAT 0x200 /* don't set last_command */
#ifdef DDB_VERBOSE_HELP
- const char *cmd_descr; /* description of command */
- const char *cmd_arg; /* command arguments */
+ const char *cmd_descr; /* description of command */
+ const char *cmd_arg; /* command arguments */
const char *cmd_arg_help; /* arguments description */
#endif
};
Home |
Main Index |
Thread Index |
Old Index