X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fcore%2Fdbus-unit.h;h=5a3a9be5349779533f77595b41e57247a924c733;hb=c2f1db8f83618e60dcded8303d14656d7d26b436;hp=ae94ca2c2bc07d0da203ff1f6985e52b71c65fb9;hpb=1b64d026af01277e332d10d9e67e2eed5a4ded28;p=elogind.git diff --git a/src/core/dbus-unit.h b/src/core/dbus-unit.h index ae94ca2c2..5a3a9be53 100644 --- a/src/core/dbus-unit.h +++ b/src/core/dbus-unit.h @@ -1,7 +1,6 @@ /*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/ -#ifndef foodbusunithfoo -#define foodbusunithfoo +#pragma once /*** This file is part of systemd. @@ -71,7 +70,7 @@ " \n" \ " \n" \ " \n" \ - " \n" \ + " \n" \ " \n" \ " \n" \ " \n" \ @@ -83,8 +82,8 @@ " \n" \ " \n" \ " \n" \ - " \n" \ - " \n" \ + " \n" \ + " \n" \ " \n" \ " \n" \ " \n" \ @@ -138,5 +137,3 @@ void bus_unit_send_removed_signal(Unit *u); extern const DBusObjectPathVTable bus_unit_vtable; extern const char bus_unit_interface[]; - -#endif