summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authoranton <anton@cvs.openbsd.org>2019-02-15 18:35:00 +0000
committeranton <anton@cvs.openbsd.org>2019-02-15 18:35:00 +0000
commitc5cabf71e4572b5df4365d7d60e0f0998fdedf73 (patch)
tree53377ab6294d731e961da175716868f6f9c20de0 /sys
parent721fcbe9568ffc0d3cdf342b263d3b78de075b74 (diff)
zap trailing empty line
Diffstat (limited to 'sys')
-rw-r--r--sys/ddb/db_variables.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/ddb/db_variables.c b/sys/ddb/db_variables.c
index 2e55de16e65..40c921f9255 100644
--- a/sys/ddb/db_variables.c
+++ b/sys/ddb/db_variables.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: db_variables.c,v 1.19 2019/02/15 18:33:44 anton Exp $ */
+/* $OpenBSD: db_variables.c,v 1.20 2019/02/15 18:34:59 anton Exp $ */
/* $NetBSD: db_variables.c,v 1.8 1996/02/05 01:57:19 christos Exp $ */
/*
@@ -168,4 +168,3 @@ db_var_rw_int(struct db_variable *var, db_expr_t *expr, int mode)
*expr = *(int *)var->valuep;
return (0);
}
-