From 854d98d92c91ebbee557172c3cdcceb63524ab3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Hunold?= Date: Wed, 22 Jan 2014 10:55:35 +0100 Subject: [PATCH] redistribute whitespace around colon --- src/tools/gcc.jam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tools/gcc.jam b/src/tools/gcc.jam index c8964d12f..599e20ff7 100644 --- a/src/tools/gcc.jam +++ b/src/tools/gcc.jam @@ -1025,7 +1025,7 @@ rule setup-threading ( targets * : sources * : properties * ) switch $(target) { - case android: # No threading options, everything is in already. + case android : # No threading options, everything is in already. case windows : option = -mthreads ; case cygwin : option = -mthreads ; case solaris : option = -pthreads ; libs = rt ;