2
0
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:
Jurko Gospodnetić
2012-06-26 10:30:14 +00:00
parent bca364c875
commit 52eafb9eb5
3 changed files with 23 additions and 21 deletions

View File

@@ -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;