From 885630517831a2653b9d385e4a38a679a878146c Mon Sep 17 00:00:00 2001 From: Charles Staats III Date: Sat, 28 Dec 2024 18:24:41 -0800 Subject: [PATCH] Fix alignment of generated C++ comment blocks. --- findsym.py | 6 +++--- opsymbols.py | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/findsym.py b/findsym.py index dbc6c409e..163ad89cb 100644 --- a/findsym.py +++ b/findsym.py @@ -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 diff --git a/opsymbols.py b/opsymbols.py index bd04a203b..dac781249 100644 --- a/opsymbols.py +++ b/opsymbols.py @@ -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