From f0791bbd7297e737d9e13d0b0bb21473b173b2a7 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Thu, 18 Aug 2011 14:48:38 -0400 Subject: Cleanup whitespace --- src/error.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/error.cc') diff --git a/src/error.cc b/src/error.cc index 02413ef6..542d12b9 100644 --- a/src/error.cc +++ b/src/error.cc @@ -93,10 +93,10 @@ string source_context(const path& file, assert(len < 8192); std::ostringstream out; - + ifstream in(file); in.seekg(pos, std::ios::beg); - + scoped_array buf(new char[static_cast(len) + 1]); in.read(buf.get(), static_cast(len)); assert(in.gcount() == static_cast(len)); -- cgit v1.2.3