From 08b8f29a25fb377cf0b6a7b8a2b6e2136382588d Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 28 May 2020 09:17:31 +0200 Subject: [PATCH] tree-wide: remove spurious whitespace --- hwdb.d/60-keyboard.hwdb | 2 +- src/core/dbus-execute.c | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/hwdb.d/60-keyboard.hwdb b/hwdb.d/60-keyboard.hwdb index 51b7833f60..875bf66bd8 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 ebc8ea7e44..06b6b95d69 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,