From c94180386182c8cd9e2a4a8053afb5938940c1d2 Mon Sep 17 00:00:00 2001 From: Ben Burdette Date: Fri, 29 Apr 2022 11:27:38 -0600 Subject: [PATCH] spacing --- src/libutil/error.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libutil/error.hh b/src/libutil/error.hh index 6eb80fb9e..a53e9802e 100644 --- a/src/libutil/error.hh +++ b/src/libutil/error.hh @@ -99,6 +99,7 @@ struct ErrPos { }; std::optional getCodeLines(const ErrPos & errPos); + void printCodeLines(std::ostream & out, const std::string & prefix, const ErrPos & errPos, @@ -106,7 +107,6 @@ void printCodeLines(std::ostream & out, void printAtPos(const ErrPos & pos, std::ostream & out); - struct Trace { std::optional pos; hintformat hint;