style fixes, no code changes
This commit is contained in:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user