aboutsummaryrefslogtreecommitdiff
path: root/src/env.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/env.h')
-rw-r--r--src/env.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/env.h b/src/env.h
index d6e2ad3..6f3e169 100644
--- a/src/env.h
+++ b/src/env.h
@@ -24,5 +24,4 @@ env_t env_create(env_t parent, env_destroy_func destroy_func);
env_t env_copy(env_t env);
void env_destroy(env_t env);
-
#endif