replace tabs

git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@452 7ec92016-0320-0410-acc4-a06ded1c099a
This commit is contained in:
syntheticpp 2006-01-09 07:27:01 +00:00
parent 3f7449d7bc
commit 5a3972d804
5 changed files with 66 additions and 60 deletions

View file

@ -500,8 +500,8 @@ bool Chunk::IsCorrupt( unsigned char numBlocks, std::size_t blockSize,
bool Chunk::IsBlockAvailable( void * p, unsigned char numBlocks,
std::size_t blockSize ) const
{
(void) numBlocks;
(void) numBlocks;
if ( IsFilled() )
return false;
@ -1220,6 +1220,9 @@ bool SmallObjAllocator::IsCorrupt( void ) const
////////////////////////////////////////////////////////////////////////////////
// $Log$
// Revision 1.25 2006/01/09 07:27:00 syntheticpp
// replace tabs
//
// Revision 1.24 2006/01/07 03:24:10 lfittl
// Removed useless "using namespace Loki;".
//