|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r80258 - trunk/tools/build/v2/engine
From: jurko.gospodnetic_at_[hidden]
Date: 2012-08-27 07:13:57
Author: jurko
Date: 2012-08-27 07:13:57 EDT (Mon, 27 Aug 2012)
New Revision: 80258
URL: http://svn.boost.org/trac/boost/changeset/80258
Log:
Internal Boost Jam cleanup - minor stylistic changes in Boost Jam's mem.h header.
Text files modified:
trunk/tools/build/v2/engine/mem.h | 13 ++++++-------
1 files changed, 6 insertions(+), 7 deletions(-)
Modified: trunk/tools/build/v2/engine/mem.h
==============================================================================
--- trunk/tools/build/v2/engine/mem.h (original)
+++ trunk/tools/build/v2/engine/mem.h 2012-08-27 07:13:57 EDT (Mon, 27 Aug 2012)
@@ -1,14 +1,13 @@
/*
-Copyright Rene Rivera 2006.
-Distributed under the Boost Software License, Version 1.0.
-(See accompanying file LICENSE_1_0.txt or copy at
-http://www.boost.org/LICENSE_1_0.txt)
-*/
+ * Copyright 2006. Rene Rivera
+ * Distributed under the Boost Software License, Version 1.0.
+ * (See accompanying file LICENSE_1_0.txt or copy at
+ * http://www.boost.org/LICENSE_1_0.txt)
+ */
#ifndef BJAM_MEM_H
#define BJAM_MEM_H
-
#ifdef OPT_BOEHM_GC
/* Use Boehm GC memory allocator. */
@@ -31,7 +30,7 @@
# define BJAM_NEWSTR_NO_ALLOCATE
#endif
-#elif defined(OPT_DUMA)
+#elif defined( OPT_DUMA )
/* Use Duma memory debugging library. */
#include <stdlib.h>
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