aboutsummaryrefslogtreecommitdiffstats
path: root/checks/check.cpp
diff options
context:
space:
mode:
authorlloyd <[email protected]>2008-10-01 15:34:34 +0000
committerlloyd <[email protected]>2008-10-01 15:34:34 +0000
commitaaf7a6e172deab17dfffe442b896ccfc178b7318 (patch)
tree63d12450509b718c544a2420b70ef3b9b18bccaf /checks/check.cpp
parent92ddf6f0f8f0ef6f5584889481e4a098e280ee40 (diff)
Line wrap at 80 columns
Diffstat (limited to 'checks/check.cpp')
-rw-r--r--checks/check.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/checks/check.cpp b/checks/check.cpp
index ccae49713..f440302f0 100644
--- a/checks/check.cpp
+++ b/checks/check.cpp
@@ -122,7 +122,9 @@ int main(int argc, char* argv[])
{
run_test_suite();
}
- if(opts.is_set("bench-algo") || opts.is_set("benchmark") || opts.is_set("bench-type"))
+ if(opts.is_set("bench-algo") ||
+ opts.is_set("benchmark") ||
+ opts.is_set("bench-type"))
{
double seconds = 5;