Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/ddb Trailing whitespace
details: https://anonhg.NetBSD.org/src/rev/554ac9b1f91e
branches: trunk
changeset: 956402:554ac9b1f91e
user: skrll <skrll%NetBSD.org@localhost>
date: Fri Oct 30 06:57:08 2020 +0000
description:
Trailing whitespace
diffstat:
sys/ddb/db_command.c | 6 +++---
sys/ddb/db_command.h | 8 ++++----
sys/ddb/db_input.c | 6 +++---
sys/ddb/db_proc.c | 6 +++---
4 files changed, 13 insertions(+), 13 deletions(-)
diffs (117 lines):
diff -r 72d9933443d5 -r 554ac9b1f91e sys/ddb/db_command.c
--- a/sys/ddb/db_command.c Fri Oct 30 06:44:57 2020 +0000
+++ b/sys/ddb/db_command.c Fri Oct 30 06:57:08 2020 +0000
@@ -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 @@
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;
diff -r 72d9933443d5 -r 554ac9b1f91e sys/ddb/db_command.h
--- a/sys/ddb/db_command.h Fri Oct 30 06:44:57 2020 +0000
+++ b/sys/ddb/db_command.h Fri Oct 30 06:57:08 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: db_command.h,v 1.38 2020/05/31 09:51:55 rin Exp $ */
+/* $NetBSD: db_command.h,v 1.39 2020/10/30 06:57:08 skrll Exp $ */
/*-
* Copyright (c) 1996, 1997, 1998, 1999, 2002 The NetBSD Foundation, Inc.
@@ -88,7 +88,7 @@
#define DDB_ADD_CMD(name,funct,type,cmd_descr,cmd_arg,arg_desc)\
name,funct,type
#endif
-
+
/*
@@ -109,7 +109,7 @@
*/
struct db_command {
const char *name; /* command name */
-
+
/* function to call */
void (*fcn)(db_expr_t, bool, db_expr_t, const char *);
/*
@@ -130,7 +130,7 @@
#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
+#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 */
diff -r 72d9933443d5 -r 554ac9b1f91e sys/ddb/db_input.c
--- a/sys/ddb/db_input.c Fri Oct 30 06:44:57 2020 +0000
+++ b/sys/ddb/db_input.c Fri Oct 30 06:57:08 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: db_input.c,v 1.27 2019/09/29 02:00:22 uwe Exp $ */
+/* $NetBSD: db_input.c,v 1.28 2020/10/30 06:57:08 skrll Exp $ */
/*
* Mach Operating System
@@ -30,7 +30,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: db_input.c,v 1.27 2019/09/29 02:00:22 uwe Exp $");
+__KERNEL_RCSID(0, "$NetBSD: db_input.c,v 1.28 2020/10/30 06:57:08 skrll Exp $");
#ifdef _KERNEL_OPT
#include "opt_ddbparam.h"
@@ -153,7 +153,7 @@
db_history_last = db_history;
}
#endif
-
+
/* returns true at end-of-line */
static int
diff -r 72d9933443d5 -r 554ac9b1f91e sys/ddb/db_proc.c
--- a/sys/ddb/db_proc.c Fri Oct 30 06:44:57 2020 +0000
+++ b/sys/ddb/db_proc.c Fri Oct 30 06:57:08 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: db_proc.c,v 1.12 2020/04/04 13:59:16 mlelstv Exp $ */
+/* $NetBSD: db_proc.c,v 1.13 2020/10/30 06:57:08 skrll Exp $ */
/*-
* Copyright (c) 2009, 2020 The NetBSD Foundation, Inc.
@@ -61,7 +61,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: db_proc.c,v 1.12 2020/04/04 13:59:16 mlelstv Exp $");
+__KERNEL_RCSID(0, "$NetBSD: db_proc.c,v 1.13 2020/10/30 06:57:08 skrll Exp $");
#ifndef _KERNEL
#include <stdbool.h>
@@ -238,7 +238,7 @@
kauth_cred_getuid(p.p_cred),
#else
/* XXX CRASH(8) */ 666,
-#endif
+#endif
p.p_stat, p.p_flag,
p.p_nlwps, p.p_comm,
(p.p_nlwps != 1) ? "*" : wbuf);
Home |
Main Index |
Thread Index |
Old Index