Minor reformatting
This commit is contained in:
parent
17b244f86e
commit
7211755d9c
1 changed files with 1 additions and 1 deletions
|
|
@ -1199,7 +1199,7 @@ typedef enum {
|
||||||
_inputStream = [NSInputStream inputStreamWithData:self.body];
|
_inputStream = [NSInputStream inputStreamWithData:self.body];
|
||||||
} else if ([self.body isKindOfClass:[NSURL class]]) {
|
} else if ([self.body isKindOfClass:[NSURL class]]) {
|
||||||
_inputStream = [NSInputStream inputStreamWithURL:self.body];
|
_inputStream = [NSInputStream inputStreamWithURL:self.body];
|
||||||
} else if ( [self.body isKindOfClass:[NSInputStream class]] ) {
|
} else if ([self.body isKindOfClass:[NSInputStream class]]) {
|
||||||
_inputStream = self.body;
|
_inputStream = self.body;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue