Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r80301 - trunk/tools/build/v2/engine
From: jurko.gospodnetic_at_[hidden]
Date: 2012-08-29 09:24:06


Author: jurko
Date: 2012-08-29 09:24:05 EDT (Wed, 29 Aug 2012)
New Revision: 80301
URL: http://svn.boost.org/trac/boost/changeset/80301

Log:
Internal Boost Jam cleanup - minor stylistic changes.
Text files modified:
   trunk/tools/build/v2/engine/strings.h | 15 +++++++++------
   1 files changed, 9 insertions(+), 6 deletions(-)

Modified: trunk/tools/build/v2/engine/strings.h
==============================================================================
--- trunk/tools/build/v2/engine/strings.h (original)
+++ trunk/tools/build/v2/engine/strings.h 2012-08-29 09:24:05 EDT (Wed, 29 Aug 2012)
@@ -1,11 +1,14 @@
-#ifndef STRINGS_DWA20011024_H
-# define STRINGS_DWA20011024_H
+/*
+ * Copyright 2004. David Abrahams
+ * 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 David Abrahams 2004. 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 STRINGS_DWA20011024_H
+#define STRINGS_DWA20011024_H
 
-# include <stddef.h>
+#include <stddef.h>
 
 typedef struct string
 {


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