Skip to content

Commit

Permalink
Always use clang-format for the amqp generated code
Browse files Browse the repository at this point in the history
Signed-off-by: Dom Del Nano <[email protected]>
  • Loading branch information
ddelnano committed Jan 24, 2024
1 parent 734498b commit db13912
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -931,9 +931,6 @@ def format_all(self):
"""
Runs clang-format to format outputted c code
"""
# if input("Use clang-format to format code[y/n]") != "y":
# return

p = subprocess.Popen(
[
"clang-format",
Expand Down

0 comments on commit db13912

Please sign in to comment.