Re-indenting and fixing method signature spacing

This commit is contained in:
Mattt Thompson 2012-08-23 10:16:43 -07:00
parent 2dc837c26c
commit 1c85deee36

View file

@ -816,11 +816,9 @@ static inline NSString * AFMultipartFormFinalBoundary() {
@end @end
#pragma mark -- #pragma mark - AFMultipartBodyStream
#pragma mark AFMultipartBodyStream
@interface AFMultipartBodyStream () { @interface AFMultipartBodyStream () {
//all undocumented nsstream/nsinputstream/CFReadStream bull shit
CFReadStreamClientCallBack copiedCallback; CFReadStreamClientCallBack copiedCallback;
CFStreamClientContext copiedContext; CFStreamClientContext copiedContext;
CFOptionFlags requestedEvents; CFOptionFlags requestedEvents;