Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r79415 - trunk/tools/build/v2/engine
From: jurko.gospodnetic_at_[hidden]
Date: 2012-07-11 11:16:11


Author: jurko
Date: 2012-07-11 11:16:11 EDT (Wed, 11 Jul 2012)
New Revision: 79415
URL: http://svn.boost.org/trac/boost/changeset/79415

Log:
Boost Jam code cleanup - minor stylistic changes.

Text files modified:
   trunk/tools/build/v2/engine/fileunix.c | 2 --
   trunk/tools/build/v2/engine/make1.c | 2 +-
   2 files changed, 1 insertions(+), 3 deletions(-)

Modified: trunk/tools/build/v2/engine/fileunix.c
==============================================================================
--- trunk/tools/build/v2/engine/fileunix.c (original)
+++ trunk/tools/build/v2/engine/fileunix.c 2012-07-11 11:16:11 EDT (Wed, 11 Jul 2012)
@@ -134,8 +134,6 @@
 
         if ( !*dirstr ) dirstr = ".";
 
- /* Now enter contents of directory. */
-
         if ( !( dd = opendir( dirstr ) ) )
         {
             PROFILE_EXIT( FILE_DIRSCAN );

Modified: trunk/tools/build/v2/engine/make1.c
==============================================================================
--- trunk/tools/build/v2/engine/make1.c (original)
+++ trunk/tools/build/v2/engine/make1.c 2012-07-11 11:16:11 EDT (Wed, 11 Jul 2012)
@@ -53,7 +53,7 @@
 #include <assert.h>
 #include <stdlib.h>
 
-#if !defined(NT) || defined(__GNUC__)
+#if !defined( NT ) || defined( __GNUC__ )
     #include <unistd.h> /* for unlink */
 #endif
 


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk