summaryrefslogtreecommitdiff
path: root/src/core/manager.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/core/manager.c
parent3edf03546d707369ce4ab62968640a6f01bc8972 (diff)
tree-wide: remove spurious space
Diffstat (limited to 'src/core/manager.c')
-rw-r--r--src/core/manager.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/manager.c b/src/core/manager.c
index a1c54339ea..564fb5d579 100644
--- a/src/core/manager.c
+++ b/src/core/manager.c
@@ -665,7 +665,7 @@ static int manager_setup_notify(Manager *m) {
if (m->notify_fd < 0) {
_cleanup_close_ int fd = -1;
- union sockaddr_union sa = {
+ union sockaddr_union sa = {
.sa.sa_family = AF_UNIX,
};
static const int one = 1;