mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-05 23:28:48 +00:00
remove print
This commit is contained in:
@@ -103,6 +103,7 @@ default_style := Config {
|
|||||||
indent_cases = false,
|
indent_cases = false,
|
||||||
align_switch = true,
|
align_switch = true,
|
||||||
align_structs = true,
|
align_structs = true,
|
||||||
|
newline_style = .LF,
|
||||||
};
|
};
|
||||||
|
|
||||||
make_printer :: proc(config: Config, allocator := context.allocator) -> Printer {
|
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;
|
case_count = 0;
|
||||||
|
|
||||||
for line, line_index in p.lines[brace_line+1:] {
|
for line, line_index in p.lines[brace_line+1:] {
|
||||||
|
|||||||
Reference in New Issue
Block a user