forked from lix-project/lix
spacing
This commit is contained in:
parent
172a83d22a
commit
c941803861
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue