Skip to content

Commit

Permalink
fix(nc): Add newline at the end of generated datatype definitions
Browse files Browse the repository at this point in the history
This led to build issues in the CI.
  • Loading branch information
jpfr committed Nov 29, 2024
1 parent 7c13df4 commit 2549efc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ def print_header(self):
self.printh('''
_UA_END_DECLS
#endif /* %s_GENERATED_H_ */''' % self.parser.outname.upper())
#endif /* %s_GENERATED_H_ */\n''' % self.parser.outname.upper())

def print_doc(self):
for ns in self.filtered_types:
Expand Down

0 comments on commit 2549efc

Please sign in to comment.