From 0c14c734fa32014fd24297ccdbed927016185ffd Mon Sep 17 00:00:00 2001 From: ubsan Date: Sat, 24 Dec 2016 19:07:08 -0700 Subject: No more tears! No more DOS line endings or trailing whitespace either --- src/include/debug.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/include/debug.hpp') diff --git a/src/include/debug.hpp b/src/include/debug.hpp index cb258bf5..ce2f89da 100644 --- a/src/include/debug.hpp +++ b/src/include/debug.hpp @@ -30,7 +30,7 @@ struct RepeatLitStr { const char *s; int n; - + friend ::std::ostream& operator<<(::std::ostream& os, const RepeatLitStr& r) { for(int i = 0; i < r.n; i ++ ) os << r.s; -- cgit v1.2.3