From 40165636b5fb904a609e01051c2ecfd52e5617e3 Mon Sep 17 00:00:00 2001 From: Rodney Brown Date: Tue, 2 Jul 2002 19:43:03 +0000 Subject: encoding.h: Fix formatting. 2002-07-02 Rodney Brown * objc/encoding.h: Fix formatting. * objc/hash.h: Likewise. * objc/objc-api.h: Likewise. * objc/runtime.h: Likewise. * objc/thr.h: Likewise. * archive.c: Likewise. * class.c: Likewise. * encoding.c: Likewise. * gc.c: Likewise. * hash.c: Likewise. * init.c: Likewise. * misc.c: Likewise. * nil_method.c: Likewise. * objects.c: Likewise. * sarray.c: Likewise. * selector.c: Likewise. * sendmsg.c: Likewise. * thr-mach.c: Likewise. * thr.c: Likewise. From-SVN: r55190 --- libobjc/nil_method.c | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'libobjc/nil_method.c') diff --git a/libobjc/nil_method.c b/libobjc/nil_method.c index 214235bd83a..800b0e3bf53 100644 --- a/libobjc/nil_method.c +++ b/libobjc/nil_method.c @@ -1,5 +1,5 @@ /* GNU Objective C Runtime nil receiver function - Copyright (C) 1993, 1995, 1996 Free Software Foundation, Inc. + Copyright (C) 1993, 1995, 1996, 2002 Free Software Foundation, Inc. Contributed by Kresten Krab Thorup This file is part of GNU CC. @@ -30,11 +30,7 @@ Boston, MA 02111-1307, USA. */ #include "runtime.h" id -nil_method(id receiver, SEL op __attribute__ ((__unused__)), ...) +nil_method (id receiver, SEL op __attribute__ ((__unused__)), ...) { return receiver; } - - - - -- cgit v1.2.3