Skip to content

Commit

Permalink
fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbruy committed Jan 7, 2017
1 parent f9680dd commit d718eb0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion python/gui/qgsrasterformatsaveoptionswidget.sip
Expand Up @@ -54,7 +54,7 @@ class QgsRasterFormatSaveOptionsWidget : QWidget
* @see options()
* @note added in QGIS 3.0
*/
void setOptions( const QString& options);
void setOptions( const QString& options );

/**
* Set widget look and feel
Expand Down
2 changes: 1 addition & 1 deletion src/gui/qgsrasterformatsaveoptionswidget.cpp
Expand Up @@ -631,7 +631,7 @@ void QgsRasterFormatSaveOptionsWidget::showEvent( QShowEvent * event )
QgsDebugMsg( "done" );
}

void QgsRasterFormatSaveOptionsWidget::setOptions( const QString& options)
void QgsRasterFormatSaveOptionsWidget::setOptions( const QString& options )
{
mOptionsTable->blockSignals( true );
mOptionsTable->clearContents();
Expand Down
2 changes: 1 addition & 1 deletion src/gui/qgsrasterformatsaveoptionswidget.h
Expand Up @@ -80,7 +80,7 @@ class GUI_EXPORT QgsRasterFormatSaveOptionsWidget: public QWidget,
* @see options()
* @note added in QGIS 3.0
*/
void setOptions( const QString& options);
void setOptions( const QString& options );

/**
* Set widget look and feel
Expand Down

0 comments on commit d718eb0

Please sign in to comment.