SSZipArchive: Make sure header files ends with a single \n character.

This is common practice silences a commonly used warning: 'Wnewline-eof'
This commit is contained in:
Daniel Lahyani
2016-08-08 14:38:53 +03:00
parent 677b83cd96
commit a0155be07f
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"