From: anton Date: Tue, 18 Sep 2018 18:36:27 +0000 (+0000) Subject: whitespace fix; no binary change X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=388b10545c6a20d5a546307cda7b992852c00f5a;p=openbsd whitespace fix; no binary change --- diff --git a/sys/ddb/db_command.c b/sys/ddb/db_command.c index a275023dc58..4f9244cdb9d 100644 --- a/sys/ddb/db_command.c +++ b/sys/ddb/db_command.c @@ -1,4 +1,4 @@ -/* $OpenBSD: db_command.c,v 1.83 2018/01/05 11:10:25 pirofti Exp $ */ +/* $OpenBSD: db_command.c,v 1.84 2018/09/18 18:36:27 anton Exp $ */ /* $NetBSD: db_command.c,v 1.20 1996/03/30 22:30:05 christos Exp $ */ /* @@ -878,7 +878,7 @@ db_show_regs(db_expr_t addr, int have_addr, db_expr_t count, char *modif) */ /*ARGSUSED*/ void -db_write_cmd(db_expr_t address, boolean_t have_addr, db_expr_t count, +db_write_cmd(db_expr_t address, boolean_t have_addr, db_expr_t count, char *modif) { db_addr_t addr;