Merge pull request #271 from dlahyani/feature/add-newline-at-eof

SSZipArchive: Make sure header files ends with a single \n character.
This commit is contained in:
Joshua Hudson
2016-08-08 08:30:00 -07:00
committed by GitHub
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -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
#endif
-1
View File
@@ -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 <ZipArchive/PublicHeader.h>
#import "SSZipArchive.h"