summaryrefslogtreecommitdiff
path: root/src/shared/strv.h
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2014-08-14 18:26:38 -0400
committerAnthony G. Basile <blueness@gentoo.org>2014-08-14 18:36:15 -0400
commit6328540098383b453ed265576fdbadd3049b2963 (patch)
tree787f87efef9145114d3602b71a9afe8c506e2611 /src/shared/strv.h
parent03070edd5c0f6ae55ed79b9fc1295af39844ff40 (diff)
src/shared: some stylistic changes
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Diffstat (limited to 'src/shared/strv.h')
-rw-r--r--src/shared/strv.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/shared/strv.h b/src/shared/strv.h
index 98e339c02f..6e0c7655d9 100644
--- a/src/shared/strv.h
+++ b/src/shared/strv.h
@@ -1,9 +1,5 @@
-/*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/
-
-#pragma once
-
/***
- This file is part of systemd.
+ This file is part of eudev, forked from systemd.
Copyright 2010 Lennart Poettering
@@ -21,6 +17,8 @@
along with systemd; If not, see <http://www.gnu.org/licenses/>.
***/
+#pragma once
+
#include <stdarg.h>
#include <stdbool.h>