iotop: format files

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

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

Test: mm
Bug: 171699326
Change-Id: I50a4305d77a672fbc7f9fdd895da9013f6c86cec
6 files changed