summaryrefslogtreecommitdiffstats
path: root/sys/ddb/db_break.h
diff options
context:
space:
mode:
authorpfg <pfg@FreeBSD.org>2014-04-07 01:49:30 +0000
committerpfg <pfg@FreeBSD.org>2014-04-07 01:49:30 +0000
commit0a0ec7aed42f294456f40beebb14c8d18cc41dd9 (patch)
tree60fd2d735be392a6bb1e4f2c8e5259894d7fdc5d /sys/ddb/db_break.h
parent68268e8fb3ae5c79091f06e6c61a1858b82d1f64 (diff)
downloadFreeBSD-src-0a0ec7aed42f294456f40beebb14c8d18cc41dd9.zip
FreeBSD-src-0a0ec7aed42f294456f40beebb14c8d18cc41dd9.tar.gz
MFC r263973;
ddb: Minor style cleanups. #define should be followed by tab.
Diffstat (limited to 'sys/ddb/db_break.h')
-rw-r--r--sys/ddb/db_break.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/ddb/db_break.h b/sys/ddb/db_break.h
index f30b933..b35d743 100644
--- a/sys/ddb/db_break.h
+++ b/sys/ddb/db_break.h
@@ -38,7 +38,7 @@
*/
#ifndef BKPT_INST_TYPE
-#define BKPT_INST_TYPE int
+#define BKPT_INST_TYPE int
#endif
struct db_breakpoint {
OpenPOWER on IntegriCloud