Get rid of trailing whitespace 'noise' in future patches for the

forseeable future.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7724 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Angus Leeming 2003-09-09 18:27:24 +00:00
parent d4b333e698
commit ffdb0baea3
74 changed files with 236 additions and 237 deletions

View File

@ -308,7 +308,6 @@ bool BufferList::exists(string const & s) const
bool BufferList::isLoaded(Buffer const * b) const bool BufferList::isLoaded(Buffer const * b) const
{ {
BOOST_ASSERT(b); BOOST_ASSERT(b);
BufferStorage::const_iterator cit = BufferStorage::const_iterator cit =
find(bstore.begin(), bstore.end(), b); find(bstore.begin(), bstore.end(), b);
return cit != bstore.end(); return cit != bstore.end();

View File

@ -18,8 +18,8 @@
// ============================================================================ // ============================================================================
// //
// File : gzstream.C // File : gzstream.C
// Revision : $Revision: 1.1 $ // Revision : $Revision: 1.2 $
// Revision_date : $Date: 2003/07/27 23:40:08 $ // Revision_date : $Date: 2003/09/09 18:27:24 $
// Author(s) : Deepak Bandyopadhyay, Lutz Kettner // Author(s) : Deepak Bandyopadhyay, Lutz Kettner
// //
// Standard streambuf implementation following Nicolai Josuttis, "The // Standard streambuf implementation following Nicolai Josuttis, "The