Skip to content

Commit

Permalink
move utils.h #endif to end of file
Browse files Browse the repository at this point in the history
Signed-off-by: Tycho Andersen <tycho.andersen@canonical.com>
Signed-off-by: Serge Hallyn <serge.hallyn@ubuntu.com>
  • Loading branch information
Tycho Andersen authored and hallyn committed Jun 11, 2015
1 parent bd9e78f commit 5b72de5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lxc/utils.h
Expand Up @@ -268,7 +268,6 @@ 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);
Expand All @@ -281,3 +280,4 @@ int is_dir(const char *path);
char *get_template_path(const char *t);
int setproctitle(char *title);
int mount_proc_if_needed(const char *rootfs);
#endif /* __LXC_UTILS_H */

0 comments on commit 5b72de5

Please sign in to comment.