From cec5542d11f81b216de2a485cb0ee68281c3a656 Mon Sep 17 00:00:00 2001 From: Tycho Andersen Date: Mon, 8 Jun 2015 19:59:53 -0600 Subject: [PATCH] move utils.h #endif to end of file Signed-off-by: Tycho Andersen Signed-off-by: Serge Hallyn --- src/lxc/utils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lxc/utils.h b/src/lxc/utils.h index f48f40330..9bf678805 100644 --- a/src/lxc/utils.h +++ b/src/lxc/utils.h @@ -275,8 +275,8 @@ extern bool dir_exists(const char *path); #define FNV1A_64_INIT ((uint64_t)0xcbf29ce484222325ULL) uint64_t fnv_64a_buf(void *buf, size_t len, uint64_t hval); -#endif int detect_shared_rootfs(void); int detect_ramfs_rootfs(void); char *on_path(char *cmd); +#endif /* __LXC_UTILS_H */ -- 2.47.2