commit | 8e4a16bf2f93ac51e2caaeaca3ae76b08885ba48 | [log] [tgz] |
---|---|---|
author | priyank <priyanksingh@google.com> | Mon Sep 20 14:05:19 2021 -0700 |
committer | priyank <priyanksingh@google.com> | Mon Sep 20 14:07:54 2021 -0700 |
tree | d3b197008120056d5369811914f68e7256e3d13d | |
parent | de38f5250936376f24eaaabea91838dcdc842383 [diff] |
Update handle bar as per specs Fix: 200167987 Test: Manual Change-Id: I1baa5595aae7d4c316893ff40e2c3f24c7945db2
Native (C++) code format is required to be compatible with .clang-format file. Run
git clang-format --style=file --extension='h,cpp,cc' HEAD~
Note that clang-format is not desirable for Android java files. Therefore the command line above is limited to specific extensions.