summaryrefslogtreecommitdiffstats
path: root/sys/ddb/db_variables.h
diff options
context:
space:
mode:
authorpfg <pfg@FreeBSD.org>2014-03-31 16:37:41 +0000
committerpfg <pfg@FreeBSD.org>2014-03-31 16:37:41 +0000
commitc7aba972417ecd5f05f92b5ebe388232bdaa7c7f (patch)
treec78202314d39c5457830a15e7b14c847f7aa483a /sys/ddb/db_variables.h
parent3b453386afbe2676c690d2f741a9f8b0211dc620 (diff)
downloadFreeBSD-src-c7aba972417ecd5f05f92b5ebe388232bdaa7c7f.zip
FreeBSD-src-c7aba972417ecd5f05f92b5ebe388232bdaa7c7f.tar.gz
ddb: Minor style cleanups.
#define should be followed by tab. MFC after: 1 week
Diffstat (limited to 'sys/ddb/db_variables.h')
-rw-r--r--sys/ddb/db_variables.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/ddb/db_variables.h b/sys/ddb/db_variables.h
index 42a3bf9..2866cd0 100644
--- a/sys/ddb/db_variables.h
+++ b/sys/ddb/db_variables.h
@@ -44,8 +44,8 @@ struct db_variable {
db_expr_t *valuep; /* value of variable */
/* function to call when reading/writing */
db_varfcn_t *fcn;
-#define DB_VAR_GET 0
-#define DB_VAR_SET 1
+#define DB_VAR_GET 0
+#define DB_VAR_SET 1
};
#define FCN_NULL ((db_varfcn_t *)0)
OpenPOWER on IntegriCloud