|
Boost-Commit : |
From: daniel_james_at_[hidden]
Date: 2008-06-27 12:46:14
Author: danieljames
Date: 2008-06-27 12:46:14 EDT (Fri, 27 Jun 2008)
New Revision: 46778
URL: http://svn.boost.org/trac/boost/changeset/46778
Log:
Detab ascii_check.
Text files modified:
trunk/tools/inspect/ascii_check.cpp | 8 ++++----
trunk/tools/inspect/ascii_check.hpp | 2 +-
2 files changed, 5 insertions(+), 5 deletions(-)
Modified: trunk/tools/inspect/ascii_check.cpp
==============================================================================
--- trunk/tools/inspect/ascii_check.cpp (original)
+++ trunk/tools/inspect/ascii_check.cpp 2008-06-27 12:46:14 EDT (Fri, 27 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: trunk/tools/inspect/ascii_check.hpp
==============================================================================
--- trunk/tools/inspect/ascii_check.hpp (original)
+++ trunk/tools/inspect/ascii_check.hpp 2008-06-27 12:46:14 EDT (Fri, 27 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