mirror of
https://github.com/boostorg/build.git
synced 2026-02-14 00:32:11 +00:00
Minor stylistic change.
[SVN r79593]
This commit is contained in:
@@ -162,7 +162,7 @@ OBJECT * search( OBJECT * target, timestamp * const time,
|
||||
{
|
||||
if ( DEBUG_SEARCH )
|
||||
printf(" search %s: found explicitly located target %s\n",
|
||||
object_str( target ), object_str( ba->target ) );
|
||||
object_str( target ), object_str( ba->target ) );
|
||||
if ( another_target )
|
||||
*another_target = ba->target;
|
||||
found = 1;
|
||||
|
||||
Reference in New Issue
Block a user