From ac678ec2f127fc02a93fff2c164e0b13a94a6abf Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Mon, 16 Apr 2007 22:32:04 +0000 Subject: style fixes, no code changes --- coreutils/tail.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'coreutils/tail.c') diff --git a/coreutils/tail.c b/coreutils/tail.c index 67396ab1c..629ee2125 100644 --- a/coreutils/tail.c +++ b/coreutils/tail.c @@ -65,7 +65,8 @@ static ssize_t tail_read(int fd, char *buf, size_t count) static const char header_fmt[] = "\n==> %s <==\n"; -static unsigned eat_num(const char *p) { +static unsigned eat_num(const char *p) +{ if (*p == '-') p++; else if (*p == '+') { p++; G.status = EXIT_FAILURE; } return xatou_sfx(p, tail_suffixes); -- cgit v1.2.3