Skip to content

Commit

Permalink
Importer: Whitespace cleanup to fix GCC misleading indentation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
turol committed Sep 15, 2017
1 parent 046c229 commit f1998d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/Importer.cpp
Expand Up @@ -831,8 +831,8 @@ const aiScene* Importer::ApplyPostProcessing(unsigned int pFlags)
pimpl->mProgressHandler->UpdatePostProcess( static_cast<int>(pimpl->mPostProcessingSteps.size()), static_cast<int>(pimpl->mPostProcessingSteps.size()) );

// update private scene flags
if( pimpl->mScene )
ScenePriv(pimpl->mScene)->mPPStepsApplied |= pFlags;
if( pimpl->mScene )
ScenePriv(pimpl->mScene)->mPPStepsApplied |= pFlags;

// clear any data allocated by post-process steps
pimpl->mPPShared->Clean();
Expand Down

0 comments on commit f1998d5

Please sign in to comment.