Skip to content

Commit bcae15b

Browse files
committed
indentation update
1 parent 3e5ff1f commit bcae15b

File tree

3 files changed

+485
-485
lines changed

3 files changed

+485
-485
lines changed

src/app/ogr/qgsvectorlayersaveasdialog.cpp

+4-4
Original file line numberDiff line numberDiff line change
@@ -362,8 +362,8 @@ QStringList QgsVectorLayerSaveAsDialog::datasourceOptions() const
362362

363363
case QgsVectorFileWriter::Hidden:
364364
{
365-
QgsVectorFileWriter::HiddenOption* opt
366-
= dynamic_cast<QgsVectorFileWriter::HiddenOption*>( it.value() );
365+
QgsVectorFileWriter::HiddenOption *opt =
366+
dynamic_cast<QgsVectorFileWriter::HiddenOption*>( it.value() );
367367
options << QString( "%1=%2" ).arg( it.key() ).arg( opt->mValue );
368368
break;
369369
}
@@ -411,8 +411,8 @@ QStringList QgsVectorLayerSaveAsDialog::layerOptions() const
411411

412412
case QgsVectorFileWriter::Hidden:
413413
{
414-
QgsVectorFileWriter::HiddenOption* opt
415-
= dynamic_cast<QgsVectorFileWriter::HiddenOption*>( it.value() );
414+
QgsVectorFileWriter::HiddenOption *opt =
415+
dynamic_cast<QgsVectorFileWriter::HiddenOption*>( it.value() );
416416
options << QString( "%1=%2" ).arg( it.key() ).arg( opt->mValue );
417417
break;
418418
}

0 commit comments

Comments
 (0)