aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2016-08-08 16:39:58 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2016-08-08 16:40:31 +0300
commitde07f993a54f7443db685798ae9225bbd49f0231 (patch)
tree61ef7f536d5c3ddf8ee875b38a8d0f8fcbe5ddb3 /tests
parentb0d08082543e4a6767409232e78cb0f7b9a3ef5d (diff)
Cosmetic changes
Diffstat (limited to 'tests')
-rw-r--r--tests/process/driver.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/process/driver.cxx b/tests/process/driver.cxx
index bcf04a7..f93f747 100644
--- a/tests/process/driver.cxx
+++ b/tests/process/driver.cxx
@@ -320,7 +320,7 @@ main (int argc, const char* argv[])
// operation fails.
//
process pr;
- pr.handle = reinterpret_cast<process::handle_type>(-1);
+ pr.handle = reinterpret_cast<process::handle_type> (-1);
assert (!pr.wait (true) && !pr.wait (false));
#endif
}