From 4bac862e53240fedca14aa25a0e1aa770ef9d03a Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Fri, 30 Nov 2018 14:45:53 +0100 Subject: [PATCH] improved the indentation in hstream --- hyper.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hyper.h b/hyper.h index ea9518a1..4dcd097a 100644 --- a/hyper.h +++ b/hyper.h @@ -4290,7 +4290,8 @@ inline void special_log(char c) { putchar(c); } struct logger : hstream { int indentation; - virtual void write_char(char c) { special_log(c); if(c == 10) for(int i=0; i