aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/SchedulerFactory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/SchedulerFactory.cpp')
-rw-r--r--src/runtime/SchedulerFactory.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/SchedulerFactory.cpp b/src/runtime/SchedulerFactory.cpp
index cc21d62630..4fb08d79f5 100644
--- a/src/runtime/SchedulerFactory.cpp
+++ b/src/runtime/SchedulerFactory.cpp
@@ -48,7 +48,7 @@ const SchedulerFactory::Type SchedulerFactory::_default_type = SchedulerFactory:
std::unique_ptr<IScheduler> SchedulerFactory::create(Type type)
{
- switch(type)
+ switch (type)
{
case Type::ST:
{