commit | f788ffb5e5b4493cb4c1deaa12a97c80c2694b01 | [log] [tgz] |
---|---|---|
author | Vadim Bendebury <[email protected]> | Fri Jun 05 12:57:27 2015 -0700 |
committer | ChromeOS Commit Bot <[email protected]> | Sat Jun 06 00:06:56 2015 +0000 |
tree | 452e5eac43a20a60bc6b822dd810ea0c66165409 | |
parent | 99e88835efdddfb4e01ebfe07f668379d64dda64 [diff] |
reformat added files This patch is the result of running the following script inside chroot: $ for f in $(git diff bfc1e79 | grep -A1 '^\-\-\- /dev/null' | \ grep '^\+\+' awk -F/ '{print $2}'); do # for all added files rm -f /tmp/clf.h # remove the placeholder file mcomms $f > /tmp/clf.h # a hepler script putting multiline comments in one line rm -f $f clang-format --style=Google /tmp/clf.h > $f done BUG=none TEST=verified that make still succeeds and that $ objdump -d build/tpm2lib | md5sum returns the same value before and after this patch Change-Id: I7e2dca6a1fdd1d77b1c77f3b6cdd3433556d9c1d Signed-off-by: Vadim Bendebury <[email protected]> Reviewed-on: https://chromium-review.googlesource.com/275681 Reviewed-by: Utkarsh Sanghi <[email protected]>