did astyle on the source files
This commit is contained in:
@ -47,7 +47,8 @@ public:
|
||||
|
||||
void print_char(const position &pos, const char ch, const int attrs) const;
|
||||
|
||||
void print_str(const position &head, const std::string str, const int attrs) const;
|
||||
void print_str(const position &head, const std::string str,
|
||||
const int attrs) const;
|
||||
};
|
||||
|
||||
// IMPORTANT: this will fail when terminal size changes
|
||||
|
Reference in New Issue
Block a user