Revert "STYLE: remove unneed '()' for simple return statements,"

This reverts commit c600ce545d.
This commit is contained in:
andy
2010-05-18 14:30:53 +01:00
parent 13aa4d6db4
commit ccf61a7db8
11 changed files with 12 additions and 12 deletions

View File

@ -83,7 +83,7 @@ int main(int argc, char *argv[])
Info<< "End\n" << endl;
return 0;
return(0);
}