mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-25 01:31:08 +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
|
||||
{
|
||||
NSString *operation;
|
||||
NSString *operation;
|
||||
NSMutableDictionary *info;
|
||||
|
||||
info = [writeInfo objectAtIndex: 0];
|
||||
|
@ -2257,7 +2257,7 @@ NSString * const GSSOCKSRecvAddr = @"GSSOCKSRecvAddr";
|
|||
}
|
||||
else
|
||||
{
|
||||
NSData *item;
|
||||
NSData *item;
|
||||
int length;
|
||||
const void *ptr;
|
||||
|
||||
|
|
Loading…
Reference in a new issue