]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
sd-device: drop doubled empty lines
authorYu Watanabe <watanabe.yu+github@gmail.com>
Sat, 6 Mar 2021 07:51:26 +0000 (16:51 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 30 Apr 2021 10:21:18 +0000 (19:21 +0900)
src/libsystemd/sd-device/sd-device.c

index 4b7f22e2076ffc2702d0b83c8cd98453062d3483..8ef5aa55bf79fc96be3bc4faf29c758cf17e4efe 100644 (file)
@@ -1296,7 +1296,6 @@ int device_get_id_filename(sd_device *device, const char **ret) {
                         if (!subsystem)
                                 return -EINVAL;
 
-
                         if (streq(subsystem, "drivers"))
                                 /* the 'drivers' pseudo-subsystem is special, and needs the real subsystem
                                  * encoded as well */