Remove some redundant parenthesis; no functional change.
This commit is contained in:
parent
4861f837fb
commit
380b063f9c
41 changed files with 134 additions and 134 deletions
|
@ -40,5 +40,5 @@ scthash(int x, int y, int tsize)
|
|||
x = -x;
|
||||
if (y < 0)
|
||||
y = -y;
|
||||
return ((x * 10 + y) % tsize);
|
||||
return (x * 10 + y) % tsize;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue