summaryrefslogtreecommitdiff
path: root/src/udev/udevd.c
diff options
context:
space:
mode:
authorThomas Hindoe Paaboel Andersen <phomes@gmail.com>2015-06-08 20:53:16 +0200
committerThomas Hindoe Paaboel Andersen <phomes@gmail.com>2015-06-08 23:11:26 +0200
commit920b52e4909d9dc812817fd8b82f83ca23a11c91 (patch)
tree0ba19b644f2971c750cbee731b08d4d45d88fdbb /src/udev/udevd.c
parent3edf03546d707369ce4ab62968640a6f01bc8972 (diff)
tree-wide: remove spurious space
Diffstat (limited to 'src/udev/udevd.c')
-rw-r--r--src/udev/udevd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/udev/udevd.c b/src/udev/udevd.c
index eb43091190..26aae89990 100644
--- a/src/udev/udevd.c
+++ b/src/udev/udevd.c
@@ -1638,7 +1638,7 @@ int main(int argc, char *argv[]) {
arg_children_max = 8;
if (sched_getaffinity(0, sizeof (cpu_set), &cpu_set) == 0) {
- arg_children_max += CPU_COUNT(&cpu_set) * 2;
+ arg_children_max += CPU_COUNT(&cpu_set) * 2;
}
log_debug("set children_max to %u", arg_children_max);