summaryrefslogtreecommitdiff
path: root/libs/pbd/crossthread.posix.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libs/pbd/crossthread.posix.cc')
-rw-r--r--libs/pbd/crossthread.posix.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/pbd/crossthread.posix.cc b/libs/pbd/crossthread.posix.cc
index 5e743ba557..e3f6df5a31 100644
--- a/libs/pbd/crossthread.posix.cc
+++ b/libs/pbd/crossthread.posix.cc
@@ -16,7 +16,7 @@ CrossThreadChannel::CrossThreadChannel (bool non_blocking)
error << "cannot set non-blocking mode for x-thread pipe (read) (" << ::strerror (errno) << ')' << endmsg;
return;
}
-
+
if (fcntl (fds[1], F_SETFL, O_NONBLOCK)) {
error << "cannot set non-blocking mode for x-thread pipe (write) (%2)" << ::strerror (errno) << ')' << endmsg;
return;