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/udev-util.h | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'src/shared/udev-util.h') diff --git a/src/shared/udev-util.h b/src/shared/udev-util.h index 5f09ce181f..e1dec0b1b4 100644 --- a/src/shared/udev-util.h +++ b/src/shared/udev-util.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 2013 Zbigniew Jędrzejewski-Szmek @@ -21,6 +17,8 @@ along with systemd; If not, see . ***/ +#pragma once + #include "udev.h" #include "util.h" -- cgit v1.2.3-54-g00ecf