Skip to content

Commit 3251ece

Browse files
committed
run astyle
1 parent c47b4ca commit 3251ece

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/providers/spatialite/qgsspatialitesourceselect.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,7 @@ void QgsSpatiaLiteSourceSelect::on_btnConnect_clicked()
462462
tr( "Failure exploring tables from: %1\n\n%2" ).arg( mSqlitePath, errCause ) );
463463
break;
464464
case QgsSpatiaLiteConnection::FailedToCheckMetadata:
465-
QMessageBox::critical( this, tr( "SpatiaLite metadata check failed" ),
465+
QMessageBox::critical( this, tr( "SpatiaLite metadata check failed" ),
466466
tr( "Failure getting table metadata ... is this really a SpatialLite database? %1\n\n%2" ).arg( mSqlitePath, errCause ) );
467467
break;
468468
default:

0 commit comments

Comments
 (0)