Re: continue in empty loops

2016-06-01 Thread Martin Natano
On Wed, Jun 01, 2016 at 01:08:05PM -0400, Ted Unangst wrote: > I find this easier to read. My old eyes don't focus on the semicolon, which > makes me wonder what's supposed to be happening. Yes, please! ok natano@ > > > Index: pax/ar_io.c > =

Re: continue in empty loops

2016-06-01 Thread Todd C. Miller
On Wed, 01 Jun 2016 13:08:05 -0400, "Ted Unangst" wrote: > I find this easier to read. My old eyes don't focus on the semicolon, which > makes me wonder what's supposed to be happening. Yes please, I switched to this style myself some years ago. - todd

continue in empty loops

2016-06-01 Thread Ted Unangst
I find this easier to read. My old eyes don't focus on the semicolon, which makes me wonder what's supposed to be happening. Index: pax/ar_io.c === RCS file: /cvs/src/bin/pax/ar_io.c,v retrieving revision 1.55 diff -u -p -r1.55 ar_io