mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-17 19:32:23 -07:00
remove print
This commit is contained in:
@@ -103,6 +103,7 @@ default_style := Config {
|
||||
indent_cases = false,
|
||||
align_switch = true,
|
||||
align_structs = true,
|
||||
newline_style = .LF,
|
||||
};
|
||||
|
||||
make_printer :: proc(config: Config, allocator := context.allocator) -> Printer {
|
||||
@@ -262,8 +263,6 @@ align_switch_smt :: proc(p: ^Printer, index: int) {
|
||||
|
||||
}
|
||||
|
||||
fmt.println(case_count, brace_token);
|
||||
|
||||
case_count = 0;
|
||||
|
||||
for line, line_index in p.lines[brace_line+1:] {
|
||||
|
||||
Reference in New Issue
Block a user