Skip to content

Commit b7ad792

Browse files
dtsi: add a newline after *-supply
1 parent 295d795 commit b7ad792

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

dtsi.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ def generate_supplies(options: Options):
1717
if options.regulator:
1818
for r in options.regulator:
1919
s += f"\t\t{r}-supply = <&...>;\n"
20+
s += f"\n"
2021
return s
2122

2223

0 commit comments

Comments
 (0)