From 49a2cd7b2caafa87e8060c189eb6f634d0822e7e Mon Sep 17 00:00:00 2001 From: Ed_ Date: Tue, 22 Aug 2023 02:17:28 -0400 Subject: [PATCH] Uncomment formatting comments in build script (forgot to after completing fixes) --- scripts/build.ci.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/build.ci.ps1 b/scripts/build.ci.ps1 index f55a3e5..6acb0fc 100644 --- a/scripts/build.ci.ps1 +++ b/scripts/build.ci.ps1 @@ -444,7 +444,7 @@ if ( $bootstrap -and (Test-Path (Join-Path $path_project "gen/gen.hpp")) ) 'gen.scanner.hpp', 'gen.scanner.cpp' ) $exclude = $null - # format-cpp $path_gen $include $exclude + format-cpp $path_gen $include $exclude format-cpp $path_comp_gen @( 'ast_inlines.hpp', 'ecode.hpp', 'especifier.hpp', 'eoperator.hpp', 'etoktype.cpp' ) $null } @@ -455,7 +455,7 @@ if ( $singleheader -and (Test-Path (Join-Path $path_singleheader "gen/gen.hpp")) 'gen.hpp' ) $exclude = $null - # format-cpp $path_gen $include $exclude + format-cpp $path_gen $include $exclude } if ( $test )