mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 00:30:53 +00:00
fix indentation
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@36761 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
a0d8372eb8
commit
eb0dc8644d
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ typedef struct
|
|||
|
||||
inline static BOOL memoryType(int options, int flag)
|
||||
{
|
||||
return (options & 0xff) == flag;
|
||||
return (options & 0xff) == flag;
|
||||
}
|
||||
|
||||
/* Declare the concrete pointer functions class as a wrapper around
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue