Skip to content

Commit

Permalink
Fix indent
Browse files Browse the repository at this point in the history
  • Loading branch information
pblottiere authored and nyalldawson committed Jan 30, 2020
1 parent 5fbae53 commit 53a98bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/providers/wfs/qgsbackgroundcachedfeatureiterator.cpp
Expand Up @@ -726,7 +726,7 @@ bool QgsBackgroundCachedFeatureIterator::fetchFeature( QgsFeature &f )
}
const int delayCheckInterruption = 50;
const int timeout = ( requestTimeout > 0 ) ?
std::min( requestTimeout - (int) timeRequestTimeout.elapsed(), delayCheckInterruption ) :
std::min( requestTimeout - ( int ) timeRequestTimeout.elapsed(), delayCheckInterruption ) :
delayCheckInterruption;
if ( timeout < 0 )
{
Expand Down

0 comments on commit 53a98bb

Please sign in to comment.