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/nv_pair.h') diff --git a/libopkg/nv_pair.h b/libopkg/nv_pair.h index 98c1706..72a9b23 100644 --- a/libopkg/nv_pair.h +++ b/libopkg/nv_pair.h @@ -36,4 +36,4 @@ void nv_pair_deinit(nv_pair_t *nv_pair); } #endif -#endif +#endif /* NV_PAIR_H */ -- cgit v0.9.1