Skip to content

Commit

Permalink
[autofix.ci] apply automated fixes (attempt 2/3)
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] authored Sep 25, 2024
1 parent d9e6298 commit f95a032
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dict/epwing.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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 )
{
Expand Down

0 comments on commit f95a032

Please sign in to comment.