commit | 9cc95d048aea5b55ddb5f26dfe6bd14b346eaac9 | [log] [tgz] |
---|---|---|
author | Greg Kaiser <gkaiser@google.com> | Thu Sep 17 22:36:54 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Sep 17 22:36:54 2020 +0000 |
tree | 15d1ed7039f2c43e63b9307ed3aef889d5c7b88f | |
parent | b99e6da6646504674e2f859d470632bb35fc0dfe [diff] | |
parent | 99d7bd276200d21f62d8016a5f8e10add9450ea2 [diff] |
Remove syntax error am: 7e048edfbb am: 00254df04f am: 5b2052b6f2 am: 3d52b3211a am: 99d7bd2762 Original change: https://android-review.googlesource.com/c/platform/system/update_engine/+/1430008 Change-Id: Ibbd6bd10ba3d8e86a8b59b8fee0058f59bacc511
diff --git a/payload_consumer/partition_update_generator_stub.cc b/payload_consumer/partition_update_generator_stub.cc index 8f73fbb..cfbd5e1 100644 --- a/payload_consumer/partition_update_generator_stub.cc +++ b/payload_consumer/partition_update_generator_stub.cc
@@ -30,7 +30,7 @@ namespace partition_update_generator { std::unique_ptr<PartitionUpdateGeneratorInterface> Create( - BootControlInterface* boot_control, size_t block_size)) { + BootControlInterface* boot_control, size_t block_size) { return std::make_unique<PartitionUpdateGeneratorStub>(); } } // namespace partition_update_generator