subsurface/smtk-import
Berthold Stoeger 5c248d91cd Coding-style: remove superfluous parentheses
Mostly replace "return (expression);" by "return expression;" and one
case of "function((parameter))" by "function(parameter)".

Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
2018-02-17 19:38:52 -08:00
..
cmake/Modules
CMakeLists.txt
smartrak.c Coding-style: remove superfluous parentheses 2018-02-17 19:38:52 -08:00
smrtk2ssrfc_window.cpp smtk-import: Fix error management issue 2018-02-11 20:40:23 -08:00
smrtk2ssrfc_window.h
smrtk2ssrfc_window.ui
smtk_standalone.cpp