Sort variable declarations; no functional changes.

MFC after:	2 weeks
Sponsored by:	DARPA, AFRL
This commit is contained in:
trasz 2017-05-08 09:14:41 +00:00
parent 9cf09be655
commit e5214b8b7c

View File

@ -61,9 +61,9 @@ main(int argc, char **argv)
{
struct termios old, new;
struct winsize w;
int ret, fd, ch, cnt, error, zflag;
char data[20];
struct timeval then, now;
char data[20];
int ch, cnt, error, fd, ret, zflag;
error = 0;
zflag = 0;