Apply clang-format

Only target c,cpp and header files.
find * | grep -E "\.(c|h|cpp)$" | xargs clang-format --style=file -i

Test: compiles

Change-Id: I3eddd2eb8f5076f5bd4e196cfdd5c102d5b4a1a5
7 files changed