Skip to content

Commit

Permalink
header guard style fix missed previously
Browse files Browse the repository at this point in the history
  • Loading branch information
msricher committed Mar 12, 2024
1 parent 35367d1 commit 2754131
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/tuning.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
try:
with open(HEADER_FILE, "w") as file_ptr:
file_ptr.write(
f"""#ifndef SRC_TUNING_H_
f"""#ifndef TUNING_H_
#define TUNING_H_
Expand Down

0 comments on commit 2754131

Please sign in to comment.