|
Boost-Commit : |
From: marshall_at_[hidden]
Date: 2008-06-25 13:52:16
Author: marshall
Date: 2008-06-25 13:52:16 EDT (Wed, 25 Jun 2008)
New Revision: 46686
URL: http://svn.boost.org/trac/boost/changeset/46686
Log:
Removed tabs
Text files modified:
branches/release/tools/inspect/ascii_check.cpp | 8 ++++----
branches/release/tools/inspect/ascii_check.hpp | 2 +-
2 files changed, 5 insertions(+), 5 deletions(-)
Modified: branches/release/tools/inspect/ascii_check.cpp
==============================================================================
--- branches/release/tools/inspect/ascii_check.cpp (original)
+++ branches/release/tools/inspect/ascii_check.cpp 2008-06-25 13:52:16 EDT (Wed, 25 Jun 2008)
@@ -1,12 +1,12 @@
// ascii_check implementation ------------------------------------------------//
// Copyright Marshall Clow 2007.
-// Based on the tab-check checker by Beman Dawes
+// Based on the tab-check checker by Beman Dawes
//
// 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)
-// â -- this is a test.
+// â -- this is a test.
#include "ascii_check.hpp"
#include <functional>
@@ -16,8 +16,8 @@
namespace inspect
{
- static const string gPunct ( "$_{}[]#()<>%:;.?*+-/Ë&|~!=,\\\"'@^`" );
-
+ static const string gPunct ( "$_{}[]#()<>%:;.?*+-/Ë&|~!=,\\\"'@^`" );
+
// Legal characters for a source file are defined in section 2.2 of the standard
// I have added '@', '^', and '`' to the "legal" chars because they are commonly
// used in comments, and they are strictly ASCII.
Modified: branches/release/tools/inspect/ascii_check.hpp
==============================================================================
--- branches/release/tools/inspect/ascii_check.hpp (original)
+++ branches/release/tools/inspect/ascii_check.hpp 2008-06-25 13:52:16 EDT (Wed, 25 Jun 2008)
@@ -1,7 +1,7 @@
// ascii_check header --------------------------------------------------------//
// Copyright Marshall Clow 2007.
-// Based on the tab-check checker by Beman Dawes
+// Based on the tab-check checker by Beman Dawes
// 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)
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