From 6b8be706c08f547d17949f2f72783375bbb8b14c Mon Sep 17 00:00:00 2001 From: Carsten Schoenert Date: Fri, 29 Nov 2013 14:19:15 -0500 Subject: libopkg: cleanup inside the public header files No functional changes! Just a cleanup like whitespaces, blank lines, tabs and reformating lines longer 76 characters. Also adding the missed comments at the closing bracket from the #ifndef HEADER_FOO_H ... #endif loop. This helps to identify the associated preprocessor elements like theay already exits in some files. Signed-off-by: Carsten Schoenert Signed-off-by: Paul Barker --- (limited to 'libopkg/pkg_hash.h') diff --git a/libopkg/pkg_hash.h b/libopkg/pkg_hash.h index 8901a9b..ed010ef 100644 --- a/libopkg/pkg_hash.h +++ b/libopkg/pkg_hash.h @@ -27,7 +27,6 @@ extern "C" { #include "pkg_dest.h" #include "hash_table.h" - void pkg_hash_init(void); void pkg_hash_deinit(void); @@ -60,5 +59,4 @@ void file_hash_set_file_owner(const char *file_name, pkg_t *pkg); } #endif -#endif - +#endif /* PKG_HASH_H */ -- cgit v0.9.1