diff options
Diffstat (limited to 'SourceReferenceFormatter.h')
-rw-r--r-- | SourceReferenceFormatter.h | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/SourceReferenceFormatter.h b/SourceReferenceFormatter.h index 43d3882e..ed2564f3 100644 --- a/SourceReferenceFormatter.h +++ b/SourceReferenceFormatter.h @@ -40,8 +40,12 @@ struct SourceReferenceFormatter { public: static void printSourceLocation(std::ostream& _stream, SourceLocation const& _location, Scanner const& _scanner); - static void printExceptionInformation(std::ostream& _stream, Exception const& _exception, - std::string const& _name, CompilerStack const& _compiler); + static void printExceptionInformation( + std::ostream& _stream, + Exception const& _exception, + std::string const& _name, + CompilerStack const& _compiler + ); private: static void printSourceName(std::ostream& _stream, SourceLocation const& _location, Scanner const& _scanner); }; |