summaryrefslogtreecommitdiff
path: root/sys/src/cmd
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@rei2.9hal>2012-02-10 01:44:22 +0100
committercinap_lenrek <cinap_lenrek@rei2.9hal>2012-02-10 01:44:22 +0100
commit69ef714c5cd695b620f1a6a70e5ec19d8331069a (patch)
tree5ee545a4dfaec78d66593e3bdb6e80d72d01a2a9 /sys/src/cmd
parent0c22c05a968645722e870b2254111b93f02baf83 (diff)
sam: whitespace/style
Diffstat (limited to 'sys/src/cmd')
-rw-r--r--sys/src/cmd/samterm/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/src/cmd/samterm/main.c b/sys/src/cmd/samterm/main.c
index 315b69d80..c9b29df4d 100644
--- a/sys/src/cmd/samterm/main.c
+++ b/sys/src/cmd/samterm/main.c
@@ -78,7 +78,7 @@ threadmain(int argc, char *argv[])
scr = which && ptinrect(mousep->xy, which->scroll);
if(mousep->buttons)
flushtyping(1);
- if((mousep->buttons&1) == 0)
+ if((mousep->buttons&1)==0)
chord = 0;
if(chord && which && which==nwhich){
chord |= mousep->buttons;