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
|
@ -99,7 +99,7 @@ as_search(struct as_data *adp)
|
|||
#ifdef DEBUG
|
||||
fprintf(stderr, "Failed\n");
|
||||
#endif /* DEBUG */
|
||||
return (-1);
|
||||
return -1;
|
||||
}
|
||||
|
||||
as_makepath(adp);
|
||||
|
@ -121,7 +121,7 @@ as_search(struct as_data *adp)
|
|||
}
|
||||
#endif /* DEBUG */
|
||||
|
||||
return (0);
|
||||
return 0;
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue