Navigation Menu

Skip to content

Commit

Permalink
Whitespace fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ccrook authored and nyalldawson committed Jul 19, 2018
1 parent f068924 commit 64b18c6
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -194,7 +194,7 @@ void QgsDelimitedTextSourceSelect::addButtonClicked()

}

if ( ! geomTypeNone->isChecked() )
if ( ! geomTypeNone->isChecked() )
{
url.addQueryItem( QStringLiteral( "spatialIndex" ), cbxSpatialIndex->isChecked() ? QStringLiteral( "yes" ) : QStringLiteral( "no" ) );
}
Expand Down

0 comments on commit 64b18c6

Please sign in to comment.