diff options
author | cinap_lenrek <cinap_lenrek@rei2.9hal> | 2012-02-10 01:44:22 +0100 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@rei2.9hal> | 2012-02-10 01:44:22 +0100 |
commit | 69ef714c5cd695b620f1a6a70e5ec19d8331069a (patch) | |
tree | 5ee545a4dfaec78d66593e3bdb6e80d72d01a2a9 /sys/src/cmd | |
parent | 0c22c05a968645722e870b2254111b93f02baf83 (diff) |
sam: whitespace/style
Diffstat (limited to 'sys/src/cmd')
-rw-r--r-- | sys/src/cmd/samterm/main.c | 2 |
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; |