diff --git a/clients/drcachesim/tools/external/example/empty_launcher.cpp b/clients/drcachesim/tools/external/example/empty_launcher.cpp index 9939db5adf9..2e2bb74db2a 100644 --- a/clients/drcachesim/tools/external/example/empty_launcher.cpp +++ b/clients/drcachesim/tools/external/example/empty_launcher.cpp @@ -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 tools; tools.push_back(tool); analyzer_t analyzer(op_trace.get_value(), &tools[0], (int)tools.size());