From de07f993a54f7443db685798ae9225bbd49f0231 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Mon, 8 Aug 2016 16:39:58 +0300 Subject: Cosmetic changes --- butl/fdstream | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'butl') 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 ();} -- cgit v1.1