mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-25 17:51:01 +00:00
indentation tweaks
This commit is contained in:
parent
740180a9d1
commit
12c88716d0
1 changed files with 2 additions and 2 deletions
|
@ -2218,7 +2218,7 @@ NSString * const GSSOCKSRecvAddr = @"GSSOCKSRecvAddr";
|
||||||
|
|
||||||
- (void) receivedEventWrite
|
- (void) receivedEventWrite
|
||||||
{
|
{
|
||||||
NSString *operation;
|
NSString *operation;
|
||||||
NSMutableDictionary *info;
|
NSMutableDictionary *info;
|
||||||
|
|
||||||
info = [writeInfo objectAtIndex: 0];
|
info = [writeInfo objectAtIndex: 0];
|
||||||
|
@ -2257,7 +2257,7 @@ NSString * const GSSOCKSRecvAddr = @"GSSOCKSRecvAddr";
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
NSData *item;
|
NSData *item;
|
||||||
int length;
|
int length;
|
||||||
const void *ptr;
|
const void *ptr;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue