Skip to content
This repository has been archived by the owner on Oct 6, 2023. It is now read-only.

Commit

Permalink
Clean up formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonwhite committed Dec 9, 2016
1 parent 73660e8 commit 956976c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/ducible/patch_image.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,7 @@ void patchDebugDataDirectories(const PEFile& pe, Patches& patches,
size_t debugDirCount;
auto dir = pe.getDebugDataDirs(opt, debugDirCount);

// No debug directories (executable not created by VS):
if( ! dir ) return;
if (!dir) return;

// Information about the PDB.
const CV_INFO_PDB70* cvInfo = NULL;
Expand Down

0 comments on commit 956976c

Please sign in to comment.