Skip to content

Commit

Permalink
Whitespace cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
hainest committed Feb 14, 2021
1 parent fd74197 commit 823100a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/dyninst/test1_36.C
Original file line number Diff line number Diff line change
Expand Up @@ -234,8 +234,8 @@ test_results_t test1_36_Mutator::executeTest() {
return res;
}

if(!appAddrSpace->isStaticExecutable()) {
return indirect_call();
if (!appAddrSpace->isStaticExecutable()) {
return indirect_call();
}

return PASSED;
Expand Down

0 comments on commit 823100a

Please sign in to comment.