mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
tidied some long lines
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@11607 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
a8a36d04d5
commit
c629eee3c8
1 changed files with 6 additions and 2 deletions
|
@ -384,7 +384,9 @@ static NSLock *placeholderLock;
|
|||
|
||||
[coder decodeValueOfObjCType: @encode(unsigned) at: &size];
|
||||
objctype = (void*)NSZoneMalloc(NSDefaultMallocZone(), size);
|
||||
[coder decodeArrayOfObjCType: @encode(signed char) count: size at: (void*)objctype];
|
||||
[coder decodeArrayOfObjCType: @encode(signed char)
|
||||
count: size
|
||||
at: (void*)objctype];
|
||||
c = [abstractClass valueClassWithObjCType: objctype];
|
||||
o = [c alloc];
|
||||
/*
|
||||
|
@ -445,7 +447,9 @@ static NSLock *placeholderLock;
|
|||
|
||||
[coder decodeValueOfObjCType: @encode(unsigned) at: &size];
|
||||
objctype = (void*)NSZoneMalloc(NSDefaultMallocZone(), size);
|
||||
[coder decodeArrayOfObjCType: @encode(signed char) count: size at: (void*)objctype];
|
||||
[coder decodeArrayOfObjCType: @encode(signed char)
|
||||
count: size
|
||||
at: (void*)objctype];
|
||||
c = [abstractClass valueClassWithObjCType: objctype];
|
||||
o = [c alloc];
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue