Skip to content

Commit

Permalink
Astyle
Browse files Browse the repository at this point in the history
  • Loading branch information
elpaso committed Aug 8, 2018
1 parent 6b10ffe commit 30a62e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/raster/qgsrasterblock.h
Expand Up @@ -250,7 +250,7 @@ class CORE_EXPORT QgsRasterBlock
* \returns true if value is no data */
bool isNoData( qgssize row, qgssize column )
{
return isNoData( row * static_cast< qgssize >( mWidth )+ column );
return isNoData( row * static_cast< qgssize >( mWidth ) + column );
}

/**
Expand Down

0 comments on commit 30a62e1

Please sign in to comment.