Add print methods to instructions
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
#include <ostream>
|
||||
#include "error.hpp"
|
||||
|
||||
void print_indent(int n, std::ostream& to) {
|
||||
static void print_indent(int n, std::ostream& to) {
|
||||
while(n--) to << " ";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user