latencytop: format files

Format *.c according to the new .clang-format. The following command
was used to generate this change:

  $ find . \( -name \*.c -o -name \*.h \) -exec clang-format \
    --style=file -i {} \;

Test: mm
Bug: 171699326
Change-Id: Ie95ec72e0dfd9ad18df658f741b6642f99e9f7e9
1 file changed