From f3ad658b9883e69c6b4e4d7de12b2fd618ef664a Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 17 Mar 2003 19:21:13 +0000 Subject: (lstat): Put function type on its own line. --- lib/lstat-stub.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/lstat-stub.c b/lib/lstat-stub.c index 9ed163598..07ad91f96 100644 --- a/lib/lstat-stub.c +++ b/lib/lstat-stub.c @@ -6,7 +6,8 @@ DJGPP 2.03 and earlier don't have `lstat' and don't support symlinks. */ -int lstat (const char *fname, struct stat *st_buf) +int +lstat (const char *fname, struct stat *st_buf) { return stat (fname, st_buf); } -- cgit v1.2.3-70-g09d2