style fixes, no code changes

This commit is contained in:
Denis Vlasenko
2007-04-16 22:32:04 +00:00
parent 17e3c34aa7
commit ac678ec2f1
13 changed files with 34 additions and 17 deletions

View File

@ -43,7 +43,8 @@ Cf:
#define TIMEOUT_LONG 10
#define MAXERRORS 10
static int read_byte(int fd, unsigned int timeout) {
static int read_byte(int fd, unsigned int timeout)
{
char buf[1];
int n;