aboutsummaryrefslogtreecommitdiff
path: root/server-client.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2014-03-06 12:46:03 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2014-03-06 12:46:03 +0000
commitcbd360b7dd1f2ca1a3208d3e19af84e0e536f6b9 (patch)
treec45eb0979e9eb8767d6670a8d284dfc12727c2ac /server-client.c
parent23e944c91d45e49a3c924712c234e7db6891ad98 (diff)
downloadrtmux-cbd360b7dd1f2ca1a3208d3e19af84e0e536f6b9.tar.gz
rtmux-cbd360b7dd1f2ca1a3208d3e19af84e0e536f6b9.tar.bz2
rtmux-cbd360b7dd1f2ca1a3208d3e19af84e0e536f6b9.zip
Spaces to tabs.
Diffstat (limited to 'server-client.c')
-rw-r--r--server-client.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/server-client.c b/server-client.c
index 4ffcb3a0..98d1e043 100644
--- a/server-client.c
+++ b/server-client.c
@@ -547,7 +547,7 @@ server_client_check_resize(struct window_pane *wp)
* resizing; don't know why this happens, can't reproduce on
* other platforms and ignoring it doesn't seem to cause any
* issues.
- */
+ */
if (errno != EINVAL)
#endif
fatal("ioctl failed");