diff --git a/SSZipArchive/SSZipCommon.h b/SSZipArchive/SSZipCommon.h index 7a92f13..cddf040 100644 --- a/SSZipArchive/SSZipCommon.h +++ b/SSZipArchive/SSZipCommon.h @@ -78,4 +78,4 @@ typedef struct unz_global_info64 unsigned long size_comment; /* size of the global comment of the zipfile */ } unz_global_info64; -#endif \ No newline at end of file +#endif diff --git a/SSZipArchive/ZipArchive.h b/SSZipArchive/ZipArchive.h index e0c96fc..f9391cb 100644 --- a/SSZipArchive/ZipArchive.h +++ b/SSZipArchive/ZipArchive.h @@ -17,4 +17,3 @@ FOUNDATION_EXPORT const unsigned char ZipArchiveVersionString[]; // In this header, you should import all the public headers of your framework using statements like #import #import "SSZipArchive.h" -