Skip to content

Commit

Permalink
dtsi: add a newline after *-supply
Browse files Browse the repository at this point in the history
  • Loading branch information
wonderfulShrineMaidenOfParadise committed Aug 18, 2023
1 parent 295d795 commit b7ad792
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dtsi.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ def generate_supplies(options: Options):
if options.regulator:
for r in options.regulator:
s += f"\t\t{r}-supply = <&...>;\n"
s += f"\n"
return s


Expand Down

0 comments on commit b7ad792

Please sign in to comment.