Sort variable declarations; no functional changes.

MFC after:	2 weeks
Sponsored by:	DARPA, AFRL
This commit is contained in:
Edward Tomasz Napierala 2017-05-08 09:14:41 +00:00
parent f1504c0c26
commit bd274cceae
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=317935

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;