From b992c007c186fddf31f67a7ed0bd5789cfb9b85e Mon Sep 17 00:00:00 2001 From: xHire Date: Sun, 24 May 2009 20:13:33 +0200 Subject: Rectified the coding style in base .h files --- src/base/archive.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src/base/archive.h') diff --git a/src/base/archive.h b/src/base/archive.h index f7c2b46..e2ad361 100644 --- a/src/base/archive.h +++ b/src/base/archive.h @@ -1,9 +1,7 @@ - #ifndef ARCHIVE_H - -# define ARCHIVE_H +#define ARCHIVE_H extern char *archive_extract_file(char *archive, char *file); extern void archive_delete_file(char *s); -#endif +#endif /* ARCHIVE_H */ -- cgit v1.2.3