Skip to content

Commit

Permalink
Minor reformatting
Browse files Browse the repository at this point in the history
  • Loading branch information
mattt committed Aug 20, 2013
1 parent f0ba01f commit 0371e36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/AFHTTPClientTests.m
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ - (void)cleanup {
_inputStream = nil;
}

- (void) writeBytesIfPossible {
- (void)writeBytesIfPossible {
while ([self.outputStream hasSpaceAvailable] && self.bytesWritten < [self.data length]) {
const uint8_t *bytes = [self.data bytes];
NSInteger bytesWritten = [self.outputStream write:bytes maxLength:[self.data length] - self.bytesWritten];
Expand Down

0 comments on commit 0371e36

Please sign in to comment.