From e355c8dce0a6abc617dda8ab06f5285ea60ab63c Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Mon, 1 Jul 2019 22:56:24 +0000 Subject: delete trailing whitespace and space-tab sequences; no code change; patch from Michal Nowak who found these with git pbchk in the illumos tree --- roff.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'roff.c') diff --git a/roff.c b/roff.c index a1d4fca3..f26d9f01 100644 --- a/roff.c +++ b/roff.c @@ -1,4 +1,4 @@ -/* $Id: roff.c,v 1.365 2019/04/21 23:51:21 schwarze Exp $ */ +/* $Id: roff.c,v 1.366 2019/07/01 22:56:24 schwarze Exp $ */ /* * Copyright (c) 2008-2012, 2014 Kristaps Dzonsons * Copyright (c) 2010-2015, 2017-2019 Ingo Schwarze @@ -783,7 +783,7 @@ roff_reset(struct roff *r) void roff_free(struct roff *r) { - int i; + int i; roff_free1(r); for (i = 0; i < r->mstacksz; i++) @@ -1590,7 +1590,7 @@ char * roff_getarg(struct roff *r, char **cpp, int ln, int *pos) { struct buf buf; - char *cp, *start; + char *cp, *start; int newesc, pairs, quoted, white; /* Quoting can only start with a new word. */ -- cgit v1.2.3