aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2014-01-22 15:22:52 +0100
committerGravatar Christian Hesse <mail@eworm.de>2014-01-22 15:22:52 +0100
commit3b6f40bfd1189cdf020bfa13d9b88bec47c6e29e (patch)
tree30a70b3665ccacd828c4a71e2dbfd90e30992aab
parentbfc9b8053a66ec9d02d438fb08794210a315efcc (diff)
downloadudev-block-notify-3b6f40bfd1189cdf020bfa13d9b88bec47c6e29e.tar.gz
udev-block-notify-3b6f40bfd1189cdf020bfa13d9b88bec47c6e29e.tar.zst
remove trailing whitespaces
-rw-r--r--udev-block-notify.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/udev-block-notify.c b/udev-block-notify.c
index 003b9cf..521291b 100644
--- a/udev-block-notify.c
+++ b/udev-block-notify.c
@@ -151,7 +151,7 @@ int main (int argc, char ** argv) {
dev = udev_monitor_receive_device(mon);
if(dev) {
device = (char *) udev_device_get_sysname(dev);
-
+
/* ignore temporary device mapper devices
* is there a better way to do this? */
if (strncmp(device, "dm", 2) == 0 &&