commit | e4cb872c10ec248fa489ed9fa9ddee985b30dcaf | [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 11:39:00 2020 -0700 |
tree | b4483ed946ed6af6f7c6491b3f8fc43c016dc855 | |
parent | c08395814b2ce8c979741dafe3b1b713ed396d1f [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