Tidied indents

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@3151 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
richard 1998-11-02 09:38:25 +00:00
parent 776f91d7ec
commit af00f419e8
11 changed files with 388 additions and 265 deletions

View file

@ -1,5 +1,5 @@
/* Interface for functions that dissect/make method calls
Copyright (C) 1994, 1996 Free Software Foundation, Inc.
Copyright (C) 1994, 1996, 1998 Free Software Foundation, Inc.
Written by: Andrew Kachites McCallum <mccallum@gnu.ai.mit.edu>
Created: Oct 1994
@ -31,8 +31,8 @@
#if NeXT_runtime
typedef union {
char *arg_ptr;
char arg_regs[sizeof (char*)];
char *arg_ptr;
char arg_regs[sizeof (char*)];
} *arglist_t;
#endif