mirror of
https://github.com/boostorg/build.git
synced 2026-02-21 02:52:12 +00:00
Boost Jam code cleanup - minor stylistic changes.
[SVN r79101]
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
CMD * cmd_new( RULE * rule, LIST * targets, LIST * sources, LIST * shell )
|
||||
{
|
||||
CMD * cmd = (CMD *)BJAM_MALLOC( sizeof( CMD ) );
|
||||
FRAME frame[1];
|
||||
FRAME frame[ 1 ];
|
||||
|
||||
assert( cmd );
|
||||
cmd->rule = rule;
|
||||
|
||||
Reference in New Issue
Block a user