aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBen Burdette <bburdette@protonmail.com>2022-04-29 11:27:38 -0600
committerBen Burdette <bburdette@protonmail.com>2022-04-29 11:27:38 -0600
commitc94180386182c8cd9e2a4a8053afb5938940c1d2 (patch)
tree3f7612e279a1b899db2c113b73a029766ebeb4ce /src
parent172a83d22a3c984b6b569b5528d2338059bb748b (diff)
spacing
Diffstat (limited to 'src')
-rw-r--r--src/libutil/error.hh2
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;