diff options
author | Amin Hassani <ahassani@chromium.org> | 2019-01-14 16:15:31 -0800 |
---|---|---|
committer | chrome-bot <chrome-bot@chromium.org> | 2019-01-16 01:46:41 -0800 |
commit | 232f8f9f18fb5de136d4285ff2c771613fc856db (patch) | |
tree | 5e8a126b0f40ecb67d6afb064edae400dbd0b532 /payload_generator/graph_utils.h | |
parent | b268959aa640bf685a0c9d1388e5ddb16242bea0 (diff) |
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 <ahassani@chromium.org>
Tested-by: Amin Hassani <ahassani@chromium.org>
Reviewed-by: Sen Jiang <senj@chromium.org>
Diffstat (limited to 'payload_generator/graph_utils.h')
-rw-r--r-- | payload_generator/graph_utils.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/payload_generator/graph_utils.h b/payload_generator/graph_utils.h index b32e666e..7024215d 100644 --- a/payload_generator/graph_utils.h +++ b/payload_generator/graph_utils.h @@ -35,9 +35,7 @@ uint64_t EdgeWeight(const Graph& graph, const Edge& edge); // These add a read-before dependency from graph[src] -> graph[dst]. If the dep // already exists, the block/s is/are added to the existing edge. -void AddReadBeforeDep(Vertex* src, - Vertex::Index dst, - uint64_t block); +void AddReadBeforeDep(Vertex* src, Vertex::Index dst, uint64_t block); void AddReadBeforeDepExtents(Vertex* src, Vertex::Index dst, const std::vector<Extent>& extents); |