summaryrefslogtreecommitdiffstats
path: root/sal/workben/test.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sal/workben/test.cxx')
-rw-r--r--sal/workben/test.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sal/workben/test.cxx b/sal/workben/test.cxx
index de7fc035358e..0d04bece1686 100644
--- a/sal/workben/test.cxx
+++ b/sal/workben/test.cxx
@@ -49,7 +49,7 @@ int _cdecl main( int argc, char * argv[] )
void test_uuid();
test_uuid();
- return(0);
+ return 0;
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */