Frédéric VERGEZ

Correct indent

... ... @@ -49,7 +49,7 @@
self = [super initWithURL:newURL];
[self setPostFormat:ASIURLEncodedPostFormat];
[self setStringEncoding:NSUTF8StringEncoding];
[self setRequestMethod:@"POST"];
[self setRequestMethod:@"POST"];
return self;
}
... ...