commit | 80640e8c7b4afce2aacfb4789df8db566b03ef6f | [log] [tgz] |
---|---|---|
author | Chih-Hung Hsieh <chh@google.com> | Wed Jul 27 16:12:54 2016 -0700 |
committer | Chih-Hung Hsieh <chh@google.com> | Wed Jul 27 16:12:54 2016 -0700 |
tree | acd3bc345b9955049792b7732853a884beabe04c | |
parent | 57a534e255d097f770e803413aedd770a6f5fcf7 [diff] |
Fix clang-tidy performance warnings in fs_mgr. * Use const reference type for for-loop index variables to avoid unnecessary copy. Bug: 30413223 Change-Id: I5514384ef3af77c00aa3e8417acd8d70981e0afb Test: build with WITH_TIDY=1