#
1038836c |
| 10-May-2023 |
Patrick Williams <patrick@stwcx.xyz> |
clang-format: copy latest and re-format
clang-format-16 has some backwards incompatible changes that require additional settings for best compatibility and re-running the formatter. Copy the latest
clang-format: copy latest and re-format
clang-format-16 has some backwards incompatible changes that require additional settings for best compatibility and re-running the formatter. Copy the latest .clang-format from the docs repository and reformat the repository.
Change-Id: I2ee8cbc4581d0c3ccdc130b646357c45fa0373db Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
show more ...
|
#
d53d60a4 |
| 07-Apr-2020 |
Patrick Venture <venture@google.com> |
bmc: config: add skip action
If you specify the action for one of the three fields as "skip" it'll create a handler object for that action that always returns success and has no effect. This action
bmc: config: add skip action
If you specify the action for one of the three fields as "skip" it'll create a handler object for that action that always returns success and has no effect. This action therefore "skips" the step, moving the state machine forward as though it was a successful real action.
Signed-off-by: Patrick Venture <venture@google.com> Change-Id: Ib4c1091745eb96b8381a332bbeb0562625d3bfbe
show more ...
|