diff --git a/src/anbox/bridge/android_api_stub.cpp b/src/anbox/bridge/android_api_stub.cpp index eb67e97dd82caf87cc071c3f887193f615622b54..c410915a0431acb3abb079551d6a0d5ab857c5dc 100644 --- a/src/anbox/bridge/android_api_stub.cpp +++ b/src/anbox/bridge/android_api_stub.cpp @@ -227,7 +227,7 @@ void AndroidApiStub::task_resized(Request *request) { resize_task_handle_.result_received(); } -void AndroidApiStub::set_platform(const std::shared_ptr&base_platform) { +void AndroidApiStub::set_platform(const std::shared_ptr &base_platform) { platform_ = base_platform; } } // namespace bridge diff --git a/src/anbox/bridge/android_api_stub.h b/src/anbox/bridge/android_api_stub.h index 3cf3852630acaea91f964346eca9b6ceeebe3799..625de40b95802304e7a96ddfbf0b78992d359bcb 100644 --- a/src/anbox/bridge/android_api_stub.h +++ b/src/anbox/bridge/android_api_stub.h @@ -51,7 +51,7 @@ class AndroidApiStub : public anbox::application::Manager { void resize_task(const std::int32_t &id, const anbox::graphics::Rect &rect, const std::int32_t &resize_mode); - void set_platform(const std::shared_ptr&base_platform); + void set_platform(const std::shared_ptr &base_platform); void launch(const android::Intent &intent, const graphics::Rect &launch_bounds = graphics::Rect::Invalid, const wm::Stack::Id &stack = wm::Stack::Id::Default) override;