Skip to content

Commit

Permalink
fix indentation (followup 050dfde)
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Apr 26, 2020
1 parent 050dfde commit 7e2df15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/src/providers/grass/testqgsgrassprovider.cpp
Expand Up @@ -824,9 +824,9 @@ void TestQgsGrassProvider::rasterImport()
if ( providerCrs.isValid() && mapsetCrs.isValid() && providerCrs != mapsetCrs )
{
QgsRasterProjector *projector = new QgsRasterProjector;
Q_NOWARN_DEPRECATED_PUSH
Q_NOWARN_DEPRECATED_PUSH
projector->setCrs( providerCrs, mapsetCrs );
Q_NOWARN_DEPRECATED_POP
Q_NOWARN_DEPRECATED_POP
projector->destExtentSize( provider->extent(), provider->xSize(), provider->ySize(),
newExtent, newXSize, newYSize );

Expand Down

0 comments on commit 7e2df15

Please sign in to comment.