summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2022-04-18 09:49:13 +0300
committerIvan Maidanski <ivmai@mail.ru>2022-04-18 09:49:13 +0300
commit9d77d70bed28887d4b965d1d85db6e95059952d3 (patch)
treeaa19ca913466943a737e84368a7804068893f2f5 /tools
parentad916805e21835a728f4f055196f264180cf4ab3 (diff)
downloadbdwgc-9d77d70bed28887d4b965d1d85db6e95059952d3.tar.gz
Adjust indentation in C preprocessor directives
(reformatting) * cord/tests/de.c: Adjust indentation in directives. * cord/tests/de_win.c: Likewise. * dbg_mlc.c: Likewise. * dyn_load.c: Likewise. * extra/AmigaOS.c: Likewise. * include/gc/ec.h: Likewise. * include/gc/gc_tiny_fl.h: Likewise. * include/private/gc_locks.h: Likewise. * include/private/gc_priv.h: Likewise. * include/private/gcconfig.h: Likewise. * include/private/thread_local_alloc.h: Likewise. * malloc.c: Likewise. * mark.c: Likewise. * os_dep.c: Likewise. * ptr_chck.c: Likewise. * reclaim.c: Likewise. * tests/gctest.c: Likewise. * tools/threadlibs.c: Likewise.
Diffstat (limited to 'tools')
-rw-r--r--tools/threadlibs.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/tools/threadlibs.c b/tools/threadlibs.c
index 832b3d13..ddc9da2b 100644
--- a/tools/threadlibs.c
+++ b/tools/threadlibs.c
@@ -63,12 +63,12 @@ int main(void)
printf("-lpthread\n");
# endif
# if defined(GC_WIN32_PTHREADS)
-# ifdef PTW32_STATIC_LIB
- /* assume suffix s for static version of the win32 pthread library */
- printf("-lpthreadGC2s -lws2_32\n");
-# else
- printf("-lpthreadGC2\n");
-# endif
+# ifdef PTW32_STATIC_LIB
+ /* assume suffix s for static version of the win32 pthread library */
+ printf("-lpthreadGC2s -lws2_32\n");
+# else
+ printf("-lpthreadGC2\n");
+# endif
# endif
# if defined(GC_OSF1_THREADS)
printf("-pthread -lrt\n"); /* DOB: must be -pthread, not -lpthread */