Skip to content

Commit

Permalink
Fix alignment of generated C++ comment blocks.
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesstaats committed Dec 29, 2024
1 parent 354432a commit 8856305
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions findsym.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@
textwrap.dedent(
"""\
/*****
* This file is automatically generated by findsym.py
* Changes will be overwritten.
*****/
* This file is automatically generated by findsym.py
* Changes will be overwritten.
*****/
// If the ADDSYMBOL macro is not already defined, define it with the default
// purpose of referring to an external pre-translated symbol, such that
Expand Down
6 changes: 3 additions & 3 deletions opsymbols.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
textwrap.dedent(
"""\
/*****
* This file is automatically generated by opsymbols.py
* Changes will be overwritten.
*****/
* This file is automatically generated by opsymbols.py
* Changes will be overwritten.
*****/
// If the OPSYMBOL macro is not defined for a specific purpose, define it with
// the default purpose of using SYM_PLUS etc. as external pre-translated
Expand Down

0 comments on commit 8856305

Please sign in to comment.