projects
/
systemd
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
90f9898
)
udev: drop doubled blank line
author
Yu Watanabe
<watanabe.yu+github@gmail.com>
Mon, 11 Jan 2021 04:29:39 +0000
(13:29 +0900)
committer
Yu Watanabe
<watanabe.yu+github@gmail.com>
Mon, 11 Jan 2021 04:29:39 +0000
(13:29 +0900)
src/udev/udev-event.c
patch
|
blob
|
history
diff --git
a/src/udev/udev-event.c
b/src/udev/udev-event.c
index cd1a926602bdc4d00a5c2fccbb38e1887b2560fa..9fb5e4ae6231e301b28451811fcfd579208d124c 100644
(file)
--- a/
src/udev/udev-event.c
+++ b/
src/udev/udev-event.c
@@
-716,7
+716,6
@@
static int spawn_wait(Spawn *spawn) {
if (r < 0)
return r;
-
return sd_event_loop(e);
}