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/item.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/item.cc') diff --git a/src/item.cc b/src/item.cc index 9a9ab833..7e7cda0d 100644 --- a/src/item.cc +++ b/src/item.cc @@ -535,7 +535,7 @@ string item_context(const item_t& item, const string& desc) assert(len < 8192); std::ostringstream out; - + if (item.pos->pathname == path("/dev/stdin")) { out << desc << _(" from standard input:"); return out.str(); -- cgit v1.2.3