Formatting API
[platform/core/uifw/dali-adaptor.git] / dali / devel-api / adaptor-framework / thread-settings.cpp
index 84fc940..3756ce8 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2017 Samsung Electronics Co., Ltd.
+ * Copyright (c) 2020 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -24,6 +24,6 @@ namespace Dali
 {
 void SetThreadName(const std::string& threadName)
 {
-  Internal::Adaptor::ThreadSettings::SetThreadName( threadName );
+  Internal::Adaptor::ThreadSettings::SetThreadName(threadName);
 }
 } // namespace Dali