From: Lennart Poettering Date: Thu, 28 May 2020 07:17:31 +0000 (+0200) Subject: tree-wide: remove spurious whitespace X-Git-Tag: v246-rc1~262 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=08b8f29a25fb377cf0b6a7b8a2b6e2136382588d;p=thirdparty%2Fsystemd.git tree-wide: remove spurious whitespace --- diff --git a/hwdb.d/60-keyboard.hwdb b/hwdb.d/60-keyboard.hwdb index 51b7833f603..875bf66bd82 100644 --- a/hwdb.d/60-keyboard.hwdb +++ b/hwdb.d/60-keyboard.hwdb @@ -816,7 +816,7 @@ evdev:atkbd:dmi:bvn*:bvr*:svnLENOVO*:pn*IdeaPad*Z370*:pvr* KEYBOARD_KEY_b0=!volumeup # Fix for volume keys on Lenovo Yoga S940 -# For 10th gen it should be pn81Q8 instead of pn81Q7 but +# For 10th gen it should be pn81Q8 instead of pn81Q7 but # I don't have a device to test # perhaps pn81Q* would work for both generations evdev:atkbd:dmi:bvn*:bvr*:svnLENOVO:pn81Q7*:pvrLenovoYogaS940* diff --git a/src/core/dbus-execute.c b/src/core/dbus-execute.c index ebc8ea7e44c..06b6b95d696 100644 --- a/src/core/dbus-execute.c +++ b/src/core/dbus-execute.c @@ -58,7 +58,6 @@ static BUS_DEFINE_PROPERTY_GET_REF(property_get_syslog_level, "i", int, LOG_PRI) static BUS_DEFINE_PROPERTY_GET_REF(property_get_syslog_facility, "i", int, LOG_FAC); static BUS_DEFINE_PROPERTY_GET(property_get_cpu_affinity_from_numa, "b", ExecContext, exec_context_get_cpu_affinity_from_numa); - static int property_get_environment_files( sd_bus *bus, const char *path,