Remove a few useless newlines in header files

This commit is contained in:
Username404 2021-07-03 21:57:02 +02:00
parent 077f95b36b
commit 3ce905d602
Signed by: Username404-59
GPG Key ID: 7AB361FBB257A5D1
3 changed files with 3 additions and 3 deletions

View File

@ -16,4 +16,4 @@ ParseTree parseString(const string& toParse);
#include <string_view>
string transpile(const ParseTree& tree, const string_view& language);
#endif //YERBACON_MISC_HPP
#endif //YERBACON_MISC_HPP

View File

@ -34,4 +34,4 @@ namespace StandardComponents::types {
struct [[deprecated]] Expression: ParseComponent {};
}
#endif //YERBACON_PARSECOMPONENTS_HPP
#endif //YERBACON_PARSECOMPONENTS_HPP

View File

@ -18,4 +18,4 @@ namespace Parser {
}
}
#endif //YERBACON_PARSER_HPP
#endif //YERBACON_PARSER_HPP