Skip to content

Commit 028c083

Browse files
committedJun 23, 2015
Fixed indent/spacing
1 parent 37cd9e7 commit 028c083

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed
 

‎src/core/raster/qgssinglebandpseudocolorrenderer.cpp

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@ QgsSingleBandPseudoColorRenderer::~QgsSingleBandPseudoColorRenderer()
4040

4141
void QgsSingleBandPseudoColorRenderer::setBand(int bandNo)
4242
{
43-
if ( bandNo>mInput->bandCount() || bandNo<=0 )
44-
{
45-
return;
46-
}
47-
mBand = bandNo;
43+
if ( bandNo > mInput->bandCount() || bandNo <= 0 )
44+
{
45+
return;
46+
}
47+
mBand = bandNo;
4848
}
4949

5050
QgsRasterInterface * QgsSingleBandPseudoColorRenderer::clone() const

0 commit comments

Comments
 (0)
Please sign in to comment.