aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/dbm.c
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2019-07-01 22:56:24 +0000
committerIngo Schwarze <schwarze@openbsd.org>2019-07-01 22:56:24 +0000
commite355c8dce0a6abc617dda8ab06f5285ea60ab63c (patch)
tree8da322d1e899cab8c044f34da6ceefe086b81424 /dbm.c
parentf59a251232e343851a0737c21d9a75ffca28adea (diff)
downloadmandoc-e355c8dce0a6abc617dda8ab06f5285ea60ab63c.tar.gz
mandoc-e355c8dce0a6abc617dda8ab06f5285ea60ab63c.tar.zst
mandoc-e355c8dce0a6abc617dda8ab06f5285ea60ab63c.zip
delete trailing whitespace and space-tab sequences; no code change;
patch from Michal Nowak <mnowak at startmail dot com> who found these with git pbchk in the illumos tree
Diffstat (limited to 'dbm.c')
-rw-r--r--dbm.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/dbm.c b/dbm.c
index f6b1259e..7dc07d06 100644
--- a/dbm.c
+++ b/dbm.c
@@ -1,4 +1,4 @@
-/* $Id: dbm.c,v 1.6 2018/11/19 19:22:07 schwarze Exp $ */
+/* $Id: dbm.c,v 1.7 2019/07/01 22:56:24 schwarze Exp $ */
/*
* Copyright (c) 2016 Ingo Schwarze <schwarze@openbsd.org>
*
@@ -233,7 +233,7 @@ static struct dbm_res
page_bytitle(enum iter arg_iter, const struct dbm_match *arg_match)
{
static const struct dbm_match *match;
- static const char *cp;
+ static const char *cp;
static int32_t ip;
struct dbm_res res = {-1, 0};
@@ -315,7 +315,7 @@ page_byarch(const struct dbm_match *arg_match)
static const struct dbm_match *match;
struct dbm_res res = {-1, 0};
static int32_t ip;
- const char *cp;
+ const char *cp;
/* Initialize for a new iteration. */