1
0
mirror of https://github.com/systemd/systemd.git synced 2025-01-27 18:04:05 +03:00

whitespace fixes

Signed-off-by: Kay Sievers <kay.sievers@suse.de>
This commit is contained in:
Kay Sievers 2006-01-28 16:39:46 +01:00
parent 4179809b22
commit c1979c82e1
4 changed files with 8 additions and 8 deletions

View File

@ -1,7 +1,7 @@
# Makefile for udev # Makefile for udev
# #
# Copyright (C) 2003,2004 Greg Kroah-Hartman <greg@kroah.com> # Copyright (C) 2003,2004 Greg Kroah-Hartman <greg@kroah.com>
# Copyright (C) 2004-2005 Kay Sievers <kay.sievers@vrfy.org> # Copyright (C) 2004-2006 Kay Sievers <kay.sievers@vrfy.org>
# #
# This program is free software; you can redistribute it and/or modify # This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by # it under the terms of the GNU General Public License as published by
@ -43,7 +43,7 @@ USE_STATIC = false
# make EXTRAS="extras/<extra1> extras/<extra2>" # make EXTRAS="extras/<extra1> extras/<extra2>"
EXTRAS = EXTRAS =
# make the build silent. # make the build silent
V = V =
PROGRAMS = \ PROGRAMS = \
@ -213,8 +213,8 @@ udev_version.h:
$(Q) echo "/* Generated by make. */" > $@ $(Q) echo "/* Generated by make. */" > $@
$(Q) echo \#define UDEV_VERSION \"$(VERSION)\" >> $@ $(Q) echo \#define UDEV_VERSION \"$(VERSION)\" >> $@
$(Q) echo \#define UDEV_ROOT \"$(udevdir)\" >> $@ $(Q) echo \#define UDEV_ROOT \"$(udevdir)\" >> $@
$(Q) echo \#define UDEV_CONFIG_FILE \"$(configdir)/udev.conf\" >> $@ $(Q) echo \#define UDEV_CONFIG_FILE \"$(configdir)/udev.conf\" >> $@
$(Q) echo \#define UDEV_RULES_FILE \"$(configdir)/rules.d\" >> $@ $(Q) echo \#define UDEV_RULES_FILE \"$(configdir)/rules.d\" >> $@
# man pages # man pages
%.8 %.7: %.xml %.8 %.7: %.xml

View File

@ -1,4 +1,4 @@
#!/bin/sh #!/bin/sh
[ -d /events ] || exit 0 [ -d /events ] || exit 0
set > /events/debug.$SEQNUM.$1.$ACTION.$$ set > /events/debug.$SEQNUM.$SUBSYSTEM.$ACTION.$$

View File

@ -38,13 +38,13 @@
#undef err #undef err
#define err(format, arg...) \ #define err(format, arg...) \
do { \ do { \
log_message(LOG_ERR ,"%s: " format ,__FUNCTION__ ,## arg); \ log_message(LOG_ERR ,"%s: " format ,__FUNCTION__ ,## arg); \
} while (0) } while (0)
#undef info #undef info
#define info(format, arg...) \ #define info(format, arg...) \
do { \ do { \
log_message(LOG_INFO ,"%s: " format ,__FUNCTION__ ,## arg); \ log_message(LOG_INFO ,"%s: " format ,__FUNCTION__ ,## arg); \
} while (0) } while (0)
#ifdef DEBUG #ifdef DEBUG

View File

@ -11,7 +11,7 @@
<email>kay.sievers@vrfy.org</email> <email>kay.sievers@vrfy.org</email>
</author> </author>
<copyright> <copyright>
<year>2005</year> <year>2006</year>
<holder>Kay Sievers</holder> <holder>Kay Sievers</holder>
</copyright> </copyright>
</articleinfo> </articleinfo>