From 426164348a4987446286d19cb900c4ace7b9367f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim-Philipp=20M=C3=BCller?= Date: Fri, 5 May 2017 09:10:56 +0100 Subject: [PATCH] meson: fix indentation No tabs please. --- meson.build | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/meson.build b/meson.build index ab77995..bd2112f 100644 --- a/meson.build +++ b/meson.build @@ -178,10 +178,10 @@ if cc.has_function('localtime_r', prefix : '#include') endif if cc.links('''#include - int main() { - pthread_setname_np("example"); - }''', name : 'pthread_setname_np(const char*)') - cdata.set('HAVE_PTHREAD_SETNAME_NP_WITHOUT_TID', 1) + int main() { + pthread_setname_np("example"); return 0; + }''', name : 'pthread_setname_np(const char*)') + cdata.set('HAVE_PTHREAD_SETNAME_NP_WITHOUT_TID', 1) endif # Check for posix timers and the monotonic clock -- 2.7.4