summaryrefslogtreecommitdiff
path: root/src/components/utils/src/threads/thread_delegate.cc
diff options
context:
space:
mode:
authorVadym Luchko (gitHub) <vluchko@luxoft.com>2021-10-13 18:08:18 +0300
committerVadym Luchko (gitHub) <vluchko@luxoft.com>2021-10-13 18:10:14 +0300
commitf4dc4dc19fd2a4309218dc819becdf6ec7549c2e (patch)
treeeb2081944c1a1611a72441f65261055bb0c13db2 /src/components/utils/src/threads/thread_delegate.cc
parent2ec5180031a4e2adb7ea220416fdc032238e61ed (diff)
downloadsdl_core-f4dc4dc19fd2a4309218dc819becdf6ec7549c2e.tar.gz
fix after merge
fix last state impl 111 fix style fix s fix linux build 111 small fixes fix tests for linux build 111
Diffstat (limited to 'src/components/utils/src/threads/thread_delegate.cc')
-rw-r--r--src/components/utils/src/threads/thread_delegate.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/utils/src/threads/thread_delegate.cc b/src/components/utils/src/threads/thread_delegate.cc
index 22fc4c3f18..d298ab9f0b 100644
--- a/src/components/utils/src/threads/thread_delegate.cc
+++ b/src/components/utils/src/threads/thread_delegate.cc
@@ -39,7 +39,7 @@
#ifdef __ANDROID__
#include "utils/threads/pthread_android.h"
-#endif // __ANDROID__
+#endif // __ANDROID__
namespace threads {