aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/runtime/RuntimeContext.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/runtime/RuntimeContext.h')
-rw-r--r--arm_compute/runtime/RuntimeContext.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/arm_compute/runtime/RuntimeContext.h b/arm_compute/runtime/RuntimeContext.h
index 23bd267375..d64e609196 100644
--- a/arm_compute/runtime/RuntimeContext.h
+++ b/arm_compute/runtime/RuntimeContext.h
@@ -54,8 +54,8 @@ public:
IAssetManager *asset_manager() override;
private:
- std::unique_ptr<IScheduler> _owned_scheduler{ nullptr };
- IScheduler *_scheduler{ nullptr };
+ std::unique_ptr<IScheduler> _owned_scheduler{nullptr};
+ IScheduler *_scheduler{nullptr};
};
} // namespace arm_compute
#endif /*ARM_COMPUTE_RUNTIME_CONTEXT_H */