diff options
author | Ben Burdette <bburdette@protonmail.com> | 2022-04-29 11:27:38 -0600 |
---|---|---|
committer | Ben Burdette <bburdette@protonmail.com> | 2022-04-29 11:27:38 -0600 |
commit | c94180386182c8cd9e2a4a8053afb5938940c1d2 (patch) | |
tree | 3f7612e279a1b899db2c113b73a029766ebeb4ce | |
parent | 172a83d22a3c984b6b569b5528d2338059bb748b (diff) |
spacing
-rw-r--r-- | src/libutil/error.hh | 2 |
1 files changed, 1 insertions, 1 deletions
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<LinesOfCode> 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<ErrPos> pos; hintformat hint; |