Skip to content
Snippets Groups Projects
Commit fb627b76 authored by Neil Conway's avatar Neil Conway
Browse files

Cosmetic code cleanup: fix a bunch of places that used "return (expr);"

rather than "return expr;" -- the latter style is used in most of the
tree. I kept the parentheses when they were necessary or useful because
the return expression was complex.
parent 762bcbdb
Branches
Tags
No related merge requests found
Showing
with 68 additions and 68 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment