aboutsummaryrefslogtreecommitdiff
path: root/butl
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 /butl
parentb0d08082543e4a6767409232e78cb0f7b9a3ef5d (diff)
Cosmetic changes
Diffstat (limited to 'butl')
-rw-r--r--butl/fdstream2
1 files changed, 1 insertions, 1 deletions
diff --git a/butl/fdstream b/butl/fdstream
index 71de6a0..990cea0 100644
--- a/butl/fdstream
+++ b/butl/fdstream
@@ -245,7 +245,7 @@ namespace butl
open (const path&, fdopen_mode);
void
- open (int fd) {buf_.open (fd); clear();}
+ open (int fd) {buf_.open (fd); clear ();}
void close ();
bool is_open () const {return buf_.is_open ();}