Indentation

This commit is contained in:
Nyall Dawson 2016-06-29 10:16:06 +10:00
parent 2bf54de8ba
commit b5f0fc8d8b

View File

@ -30,7 +30,7 @@
qDebug( "Expecting %f got %f (diff %f > %f)", static_cast< double >( a ), static_cast< double >( b ), qAbs( static_cast< double >( a ) - b ), static_cast< double >( epsilon ) ); \
} \
QVERIFY( qgsDoubleNear( a, b, epsilon ) ); \
}
}
#endif // QGSTESTUTILS_H