From 7af175729a03ca7fef35ab1141593c1e2d52683a Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Wed, 25 Sep 2024 03:54:23 +0000 Subject: [PATCH] [autofix.ci] apply automated fixes (attempt 2/3) --- src/dict/epwing.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dict/epwing.cc b/src/dict/epwing.cc index e2e804178..f32df6bdf 100644 --- a/src/dict/epwing.cc +++ b/src/dict/epwing.cc @@ -62,7 +62,7 @@ struct IdxHeader quint32 langTo; // Target language }; static_assert( alignof( IdxHeader ) == 1 ); -#pragma pack( pop ) + #pragma pack( pop ) bool indexIsOldOrBad( string const & indexFile ) {