commit | 232f8f9f18fb5de136d4285ff2c771613fc856db | [log] [tgz] |
---|---|---|
author | Amin Hassani <[email protected]> | Mon Jan 14 16:15:31 2019 -0800 |
committer | chrome-bot <[email protected]> | Wed Jan 16 01:46:41 2019 -0800 |
tree | 5e8a126b0f40ecb67d6afb064edae400dbd0b532 | |
parent | b268959aa640bf685a0c9d1388e5ddb16242bea0 [diff] [blame] |
update_engine: Run clang-format on payload_generator/ BUG=none TEST=unittest Change-Id: I00cafb1fc709d8f02119cb0058cfcb0b573ef25d Reviewed-on: https://chromium-review.googlesource.com/1409927 Commit-Ready: Amin Hassani <[email protected]> Tested-by: Amin Hassani <[email protected]> Reviewed-by: Sen Jiang <[email protected]>
diff --git a/payload_generator/tarjan.h b/payload_generator/tarjan.h index 50cf563..39ac4e4 100644 --- a/payload_generator/tarjan.h +++ b/payload_generator/tarjan.h
@@ -38,6 +38,7 @@ void Execute(Vertex::Index vertex, Graph* graph, std::vector<Vertex::Index>* out); + private: void Tarjan(Vertex::Index vertex, Graph* graph);