diff options
author | Amin Hassani <ahassani@chromium.org> | 2019-01-13 17:04:28 -0800 |
---|---|---|
committer | chrome-bot <chrome-bot@chromium.org> | 2019-01-16 01:46:41 -0800 |
commit | b268959aa640bf685a0c9d1388e5ddb16242bea0 (patch) | |
tree | 4f01726fd01f4accf37056de12d4ee4b2024e51d /common/action_processor.h | |
parent | 008c45851be3925d84cecb3cbb1b4159b362f188 (diff) |
update_engine: Run clang-format on common/
BUG=none
TEST=unittest
Change-Id: Icdaf5017e03a197bc576f08f4b8dcdd00cff217c
Reviewed-on: https://chromium-review.googlesource.com/1407541
Commit-Ready: Amin Hassani <ahassani@chromium.org>
Tested-by: Amin Hassani <ahassani@chromium.org>
Reviewed-by: Sen Jiang <senj@chromium.org>
Diffstat (limited to 'common/action_processor.h')
-rw-r--r-- | common/action_processor.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/common/action_processor.h b/common/action_processor.h index 1a67c993..735a1063 100644 --- a/common/action_processor.h +++ b/common/action_processor.h @@ -80,9 +80,7 @@ class ActionProcessor { // Sets/gets the current delegate. Set to null to remove a delegate. ActionProcessorDelegate* delegate() const { return delegate_; } - void set_delegate(ActionProcessorDelegate *delegate) { - delegate_ = delegate; - } + void set_delegate(ActionProcessorDelegate* delegate) { delegate_ = delegate; } // Returns a pointer to the current Action that's processing. AbstractAction* current_action() const { return current_action_.get(); } |