]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
tree-wide: remove spurious whitespace
authorLennart Poettering <lennart@poettering.net>
Thu, 28 May 2020 07:17:31 +0000 (09:17 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 28 May 2020 17:23:47 +0000 (19:23 +0200)
hwdb.d/60-keyboard.hwdb
src/core/dbus-execute.c

index 51b7833f6033d9c8f605353326bf9ba2c897249c..875bf66bd82691125e1f549f748a65a13e6e4e5d 100644 (file)
@@ -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*
index ebc8ea7e44c3b29886dece6654bf1fa71315491d..06b6b95d6962966e1c2b2d4c92966e10cdeb3eb6 100644 (file)
@@ -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,