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
|
@ -69,7 +69,7 @@ nxtsctp(struct nstr_sect *np)
|
|||
if (np->curdist > np->dist)
|
||||
continue;
|
||||
}
|
||||
return (getsectp(np->x, np->y));
|
||||
return getsectp(np->x, np->y);
|
||||
}
|
||||
/*NOTREACHED*/
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue