mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 21:21:32 +00:00
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:
parent
d4b333e698
commit
ffdb0baea3
@ -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();
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user