From 6328540098383b453ed265576fdbadd3049b2963 Mon Sep 17 00:00:00 2001 From: "Anthony G. Basile" Date: Thu, 14 Aug 2014 18:26:38 -0400 Subject: src/shared: some stylistic changes Signed-off-by: Anthony G. Basile --- src/shared/set.h | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'src/shared/set.h') diff --git a/src/shared/set.h b/src/shared/set.h index dd4d458792..39a5a495f5 100644 --- a/src/shared/set.h +++ b/src/shared/set.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 . ***/ +#pragma once + /* Pretty straightforward set implementation. Internally based on the * hashmap. That means that as a minor optimization a NULL set * object will be treated as empty set for all read -- cgit v1.2.3-54-g00ecf