Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
pfultz2 committed Jun 30, 2023
1 parent 7ab32e0 commit 0437aae
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lib/programmemory.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1190,9 +1190,7 @@ struct Executor {
const Settings* settings = nullptr;
int fdepth = 4;

Executor(ProgramMemory* pm = nullptr, const Settings* settings = nullptr)
: pm(pm), settings(settings)
{}
Executor(ProgramMemory* pm = nullptr, const Settings* settings = nullptr) : pm(pm), settings(settings) {}

ValueFlow::Value executeImpl(const Token* expr)
{
Expand Down

0 comments on commit 0437aae

Please sign in to comment.