Snap for 7643198 from a35c05e9a1f1fd76cd98f2ae2ccb9df38364fd8b to sc-d1-release Change-Id: I872024b9b08721e878c98973e20ac616da448b7d
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.