Indented with src/scripts/indent-emp.
This commit is contained in:
parent
5f263a7753
commit
9b7adfbecc
437 changed files with 52211 additions and 51052 deletions
|
@ -36,9 +36,9 @@
|
|||
int
|
||||
scthash(register int x, register int y, int tsize)
|
||||
{
|
||||
if (x < 0)
|
||||
x = -x;
|
||||
if (y < 0)
|
||||
y = -y;
|
||||
return ((x*10 + y) % tsize);
|
||||
if (x < 0)
|
||||
x = -x;
|
||||
if (y < 0)
|
||||
y = -y;
|
||||
return ((x * 10 + y) % tsize);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue