mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-04 14:38:48 +00:00
meson: fix indentation
No tabs please.
This commit is contained in:
parent
cccd76aa99
commit
426164348a
1 changed files with 4 additions and 4 deletions
|
@ -179,7 +179,7 @@ endif
|
||||||
|
|
||||||
if cc.links('''#include <pthread.h>
|
if cc.links('''#include <pthread.h>
|
||||||
int main() {
|
int main() {
|
||||||
pthread_setname_np("example");
|
pthread_setname_np("example"); return 0;
|
||||||
}''', name : 'pthread_setname_np(const char*)')
|
}''', name : 'pthread_setname_np(const char*)')
|
||||||
cdata.set('HAVE_PTHREAD_SETNAME_NP_WITHOUT_TID', 1)
|
cdata.set('HAVE_PTHREAD_SETNAME_NP_WITHOUT_TID', 1)
|
||||||
endif
|
endif
|
||||||
|
|
Loading…
Reference in a new issue