Attention is currently required from: Martin L Roth, Subrata Banik, Nick Vaccaro, Yu-Ping Wu, Elyes Haouas, Boris Mittelberg.
Hello build bot (Jenkins), Subrata Banik, Jon Murphy, Nick Vaccaro, Boris Mittelberg,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/72639
to look at the new patch set (#3).
Change subject: ec/google/chromeec: clang-format ec_commands.h ......................................................................
ec/google/chromeec: clang-format ec_commands.h
This is a format-only change: Reformat ec_commands.h using clang-format according to the EC repo's current formatting style.
The command is:
clang-format --style=file:$EC/.clang-format -i ec_commands.h where $EC points to the chromeos EC repo.
The EC repo has recently adpoted the practice of formatting all files through clang-format using its own style. So, run ec_commands.h through the EC's clang-format so future updates don't get overwhelmed by inconsequential style changes.
BUG=b:258110734 BRANCH=none TEST=built coreboot for brya
Change-Id: Icbd6d00922dc5fd4c44ee109d54cea612e15db06 Signed-off-by: Caveh Jalali caveh@chromium.org --- M src/ec/google/chromeec/ec_commands.h 1 file changed, 827 insertions(+), 838 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/39/72639/3