commit | 1fdbf8d0f87d618deded242e9c22f1cebd9c7c74 | [log] [tgz] |
---|---|---|
author | Bart Van Assche <bvanassche@google.com> | Fri Feb 17 15:34:49 2023 -0800 |
committer | Bart Van Assche <bvanassche@google.com> | Fri Mar 03 13:26:58 2023 -0800 |
tree | d8b5d04d8fc8655250385c4405f1dc7fe78f6a88 | |
parent | 48b39ba01e98706c61717078e8edf7c11ddd4cf4 [diff] |
init: Combine two if-statements Combine two if-statements. This change is fine because: * The code between the two if-statements does not queue actions. * If an action is queued from another thread then WakeMainInitThread() is called after the action has been queued. Bug: 266255006 Change-Id: Id4b9565ff4fdb3ee2a2bbca316c8c78e0f2d38dd Signed-off-by: Bart Van Assche <bvanassche@google.com>