summaryrefslogtreecommitdiff
path: root/src/item.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/item.cc')
-rw-r--r--src/item.cc2
1 files changed, 1 insertions, 1 deletions
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();