Skip to content
Snippets Groups Projects
Commit ce62c60f authored by OTB Bot's avatar OTB Bot
Browse files

STYLE

parent 80d07627
No related branches found
No related tags found
No related merge requests found
......@@ -701,7 +701,7 @@ void Multi3DMapToDEMFilter<T3DImage, TMaskImage, TOutputDEMImage>::ThreadedGener
default:
itkExceptionMacro(<< "Unexpected value cell fusion mode :"<<this->m_CellFusionMode)
;
;
break;
}
}
......
......@@ -104,7 +104,7 @@ namespace otb
/** Compute offsets needed to read the data from the tile decoded and
* offsets needed to write into the output buffer.
*
*
* Please note that this function uses a bare pointer instead of a
* shared one because it is called within LoadTileData, which hides
* the opj_image_t pointer between a void * for proper hiding of
......@@ -662,7 +662,7 @@ boost::shared_ptr<opj_image_t> JPEG2000TileCache::GetTile(unsigned int tileIndex
}
void JPEG2000TileCache::RemoveOneTile()
{
{
if(!m_Cache.empty())
{
m_Cache.pop_front();
......@@ -907,7 +907,7 @@ void JPEG2000ImageIO::Read(void* buffer)
// If we will read more tiles than the cache size, clear it
if(toReadTiles.size() > m_TileCache->GetCacheSizeInTiles())
{
{
m_TileCache->Clear();
}
// Else if there is not enough rooms from new tiles
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment