summaryrefslogtreecommitdiffstats
path: root/screen.c
diff options
context:
space:
mode:
authornicm <nicm>2014-09-01 21:50:18 +0000
committernicm <nicm>2014-09-01 21:50:18 +0000
commit4e956d545a52fe6b8310cfb30a26a89976d55cd9 (patch)
tree844bd6314773b818cfaa7158a7b9e58347f30085 /screen.c
parente07519804957d5c41aa70e7f1132e29fe5f84862 (diff)
Various minor style and spacing nits.
Diffstat (limited to 'screen.c')
-rw-r--r--screen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/screen.c b/screen.c
index 3e7d9924..703f3e10 100644
--- a/screen.c
+++ b/screen.c
@@ -327,7 +327,7 @@ screen_check_selection(struct screen *s, u_int px, u_int py)
return (0);
if (py == sel->sy && px < sel->sx)
- return 0;
+ return (0);
if (py == sel->ey && px > sel->ex)
return (0);