Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
indentation update
  • Loading branch information
jef-n committed Nov 30, 2013
1 parent 3e5ff1f commit bcae15b
Show file tree
Hide file tree
Showing 3 changed files with 485 additions and 485 deletions.
8 changes: 4 additions & 4 deletions src/app/ogr/qgsvectorlayersaveasdialog.cpp
Expand Up @@ -362,8 +362,8 @@ QStringList QgsVectorLayerSaveAsDialog::datasourceOptions() const

case QgsVectorFileWriter::Hidden:
{
QgsVectorFileWriter::HiddenOption* opt
= dynamic_cast<QgsVectorFileWriter::HiddenOption*>( it.value() );
QgsVectorFileWriter::HiddenOption *opt =
dynamic_cast<QgsVectorFileWriter::HiddenOption*>( it.value() );
options << QString( "%1=%2" ).arg( it.key() ).arg( opt->mValue );
break;
}
Expand Down Expand Up @@ -411,8 +411,8 @@ QStringList QgsVectorLayerSaveAsDialog::layerOptions() const

case QgsVectorFileWriter::Hidden:
{
QgsVectorFileWriter::HiddenOption* opt
= dynamic_cast<QgsVectorFileWriter::HiddenOption*>( it.value() );
QgsVectorFileWriter::HiddenOption *opt =
dynamic_cast<QgsVectorFileWriter::HiddenOption*>( it.value() );
options << QString( "%1=%2" ).arg( it.key() ).arg( opt->mValue );
break;
}
Expand Down

0 comments on commit bcae15b

Please sign in to comment.