commit | 6842fee9c6df2db54f4f7381e32fe02f4e777050 | [log] [tgz] |
---|---|---|
author | Christopher Wiley <wiley@google.com> | Wed Jun 22 09:52:56 2016 -0700 |
committer | Christopher Wiley <wiley@google.com> | Wed Jun 22 09:55:56 2016 -0700 |
tree | 5c06af25664ebc5a98477c67c50845b6bbbbd2c6 | |
parent | b3dbb63aee4373979ab75a24bda5069b99503daf [diff] |
clang-format libwifi-system The only changes in this CL are the result of: find . -name "*.cpp" | xargs clang-format \ -style='{BasedOnStyle: Google, DerivePointerAlignment: false, PointerAlignment: Left}' -i A similar command for headers makes no edits. Bug: 29418225 Change-Id: Ifcf8be88cb5c95fb6f35615f25ec83e1421ba343