Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Nov 6, 2024
1 parent 4e98d36 commit 94ceb89
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/EclManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1024,7 +1024,8 @@ ZunResult EclManager::RunEcl(Enemy *enemy)

void EclManager::Unload()
{
if (eclFile != NULL) {
if (eclFile != NULL)
{
free(eclFile);
}
eclFile = NULL;
Expand Down

0 comments on commit 94ceb89

Please sign in to comment.