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
2 files changed
tree: 5c06af25664ebc5a98477c67c50845b6bbbbd2c6
  1. libwifi_hal/
  2. libwifi_system/
  3. service/
  4. tests/