Repository: cordova-plugin-file-transfer Updated Branches: refs/heads/dev 0f84287df -> 449df5584
[ios] Cleanup extra semicolons Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/commit/653ec00f Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/tree/653ec00f Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/diff/653ec00f Branch: refs/heads/dev Commit: 653ec00fa65528afba0a203f364600f8999ccc9f Parents: 0f84287 Author: Ian Clelland <[email protected]> Authored: Fri Mar 21 11:09:50 2014 -0400 Committer: Ian Clelland <[email protected]> Committed: Fri Mar 21 11:23:01 2014 -0400 ---------------------------------------------------------------------- src/ios/CDVFileTransfer.h | 2 +- src/ios/CDVFileTransfer.m | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/blob/653ec00f/src/ios/CDVFileTransfer.h ---------------------------------------------------------------------- diff --git a/src/ios/CDVFileTransfer.h b/src/ios/CDVFileTransfer.h index aea9b2d..9c4bcf1 100644 --- a/src/ios/CDVFileTransfer.h +++ b/src/ios/CDVFileTransfer.h @@ -84,4 +84,4 @@ extern NSString* const kOptionsKeyCookie; @property (nonatomic, strong) CDVFileTransferEntityLengthRequest* entityLengthRequest; @property (nonatomic, strong) CDVFile *filePlugin; -@end; +@end http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/blob/653ec00f/src/ios/CDVFileTransfer.m ---------------------------------------------------------------------- diff --git a/src/ios/CDVFileTransfer.m b/src/ios/CDVFileTransfer.m index 1e62438..e35e262 100644 --- a/src/ios/CDVFileTransfer.m +++ b/src/ios/CDVFileTransfer.m @@ -492,9 +492,9 @@ static CFIndex WriteDataToStream(NSData* data, CFWriteStreamRef stream) - (CDVFileTransferEntityLengthRequest*)initWithOriginalRequest:(NSURLRequest*)originalRequest andDelegate:(CDVFileTransferDelegate*)originalDelegate; -@end; +@end -@implementation CDVFileTransferEntityLengthRequest; +@implementation CDVFileTransferEntityLengthRequest - (CDVFileTransferEntityLengthRequest*)initWithOriginalRequest:(NSURLRequest*)originalRequest andDelegate:(CDVFileTransferDelegate*)originalDelegate { @@ -765,4 +765,4 @@ static CFIndex WriteDataToStream(NSData* data, CFWriteStreamRef stream) return self; } -@end; +@end
