|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r72522 - trunk/tools/quickbook/src
From: dnljms_at_[hidden]
Date: 2011-06-09 15:48:17
Author: danieljames
Date: 2011-06-09 15:48:16 EDT (Thu, 09 Jun 2011)
New Revision: 72522
URL: http://svn.boost.org/trac/boost/changeset/72522
Log:
Quickbook: remove odd whitespace from warning.
There was meant to be a newline there, but on second thoughts it looks
better as a single line.
Text files modified:
trunk/tools/quickbook/src/actions.cpp | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
Modified: trunk/tools/quickbook/src/actions.cpp
==============================================================================
--- trunk/tools/quickbook/src/actions.cpp (original)
+++ trunk/tools/quickbook/src/actions.cpp 2011-06-09 15:48:16 EDT (Thu, 09 Jun 2011)
@@ -193,9 +193,8 @@
if(!actions.warned_about_breaks)
{
detail::outwarn(actions.filename, pos.line)
- << "line breaks generate invalid boostbook"
- << " (will only note first occurrence)."
- << "\n";
+ << "line breaks generate invalid boostbook "
+ "(will only note first occurrence).\n";
actions.warned_about_breaks = true;
}
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