mirror of
https://github.com/boostorg/build.git
synced 2026-02-15 00:52:16 +00:00
redistribute whitespace around colon
This commit is contained in:
@@ -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 ;
|
||||
|
||||
Reference in New Issue
Block a user