Skip to content

Commit

Permalink
Fix formatting. Part 2.
Browse files Browse the repository at this point in the history
  • Loading branch information
yuriershov committed Oct 5, 2023
1 parent 930beaf commit dca1a00
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions clients/drcachesim/tools/external/example/empty_launcher.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,7 @@ _tmain(int argc, const TCHAR *targv[])
.c_str());
}

analysis_tool_t *tool =
empty_tool_create(op_verbose.get_value());
analysis_tool_t *tool = empty_tool_create(op_verbose.get_value());
std::vector<analysis_tool_t *> tools;
tools.push_back(tool);
analyzer_t analyzer(op_trace.get_value(), &tools[0], (int)tools.size());
Expand Down

0 comments on commit dca1a00

Please sign in to comment.