commit | 760cabed2ef5f5b050a9f2eeca42b22d598eb874 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Mon Aug 17 12:37:25 2020 -0700 |
committer | Elliott Hughes <enh@google.com> | Wed Aug 19 18:40:10 2020 +0000 |
tree | 342a84b24ecc63ff74aa0d6b4a70ac07d6892892 | |
parent | 372ad415e6f55a5c78276011a67b68bd8c14aecf [diff] |
FileMap::create: remove duplicate addition. The previous change was intended to detect the overflow, but accidentally retained the existing addition, so we'd abort before getting to the explicit check. Also reformat slightly to better match the current code in qt-dev and beyond, to reduce merge conflicts. Bug: 156997193 Test: treehugger Change-Id: I73a3a4e75f0aad00888e8f2b49a07b7e8b4eda05 Merged-In: I73a3a4e75f0aad00888e8f2b49a07b7e8b4eda05