summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpatrick <patrick@openbsd.org>2013-05-10 22:08:15 +0000
committerpatrick <patrick@openbsd.org>2013-05-10 22:08:15 +0000
commitc15ab0fe97fcf048fcc4e5f79c591cd02c9fee96 (patch)
tree143cbe0983ff31517a0a48b851976e8a2bfb1021
parentConvert K&R style function declaration to ANSI. (diff)
downloadwireguard-openbsd-c15ab0fe97fcf048fcc4e5f79c591cd02c9fee96.tar.xz
wireguard-openbsd-c15ab0fe97fcf048fcc4e5f79c591cd02c9fee96.zip
whitespaces
-rw-r--r--sys/arch/arm/include/db_machdep.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/arm/include/db_machdep.h b/sys/arch/arm/include/db_machdep.h
index 5346870b469..3a23b803f22 100644
--- a/sys/arch/arm/include/db_machdep.h
+++ b/sys/arch/arm/include/db_machdep.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: db_machdep.h,v 1.7 2011/09/20 22:02:13 miod Exp $ */
+/* $OpenBSD: db_machdep.h,v 1.8 2013/05/10 22:08:15 patrick Exp $ */
/* $NetBSD: db_machdep.h,v 1.5 2001/11/22 18:00:00 thorpej Exp $ */
/*
@@ -99,11 +99,11 @@ int kdb_trap (int, db_regs_t *);
void db_machine_init (void);
#define branch_taken(ins, pc, fun, regs) \
- db_branch_taken((ins), (pc), (regs))
+ db_branch_taken((ins), (pc), (regs))
#define DB_ELF_SYMBOLS
#define DB_ELFSIZE 32
-void db_show_frame_cmd (db_expr_t, int, db_expr_t, char *);
+void db_show_frame_cmd(db_expr_t, int, db_expr_t, char *);
#endif /* _ARM_DB_MACHDEP_H_ */