Sort variable declarations; no functional changes.
MFC after: 2 weeks Sponsored by: DARPA, AFRL
This commit is contained in:
parent
9cf09be655
commit
e5214b8b7c
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user