Skip to content

Commit 1e59214

Browse files
sim642Copilot
andauthored
Add newline after FIELD_STATIC_ASSERT printing
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 52ba8d0 commit 1e59214

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/frontc/cprint.ml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,7 @@ and print_fields (flds : struct_decl list) =
262262
| None -> ()
263263
end;
264264
print ");";
265+
new_line ()
265266
)
266267
flds;
267268
unindent ();

0 commit comments

Comments
 (0)