Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion libISA/isa_fmt.ml
Original file line number Diff line number Diff line change
Expand Up @@ -848,7 +848,7 @@ let declaration ?(short=false) (fmt : PP.formatter) (x : AST.declaration) : unit
nbsp fmt;
eq fmt;
nbsp fmt;
parens fmt (fun _ -> commasep fmt (varname fmt) es);
braces fmt (fun _ -> commasep fmt (varname fmt) es);
semicolon fmt
| Decl_Var (v, t, loc) ->
kw_var fmt;
Expand Down