Skip to content

Commit d718eb0

Browse files
committedJan 7, 2017
fix indentation
1 parent f9680dd commit d718eb0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
 

‎python/gui/qgsrasterformatsaveoptionswidget.sip

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ class QgsRasterFormatSaveOptionsWidget : QWidget
5454
* @see options()
5555
* @note added in QGIS 3.0
5656
*/
57-
void setOptions( const QString& options);
57+
void setOptions( const QString& options );
5858

5959
/**
6060
* Set widget look and feel

‎src/gui/qgsrasterformatsaveoptionswidget.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -631,7 +631,7 @@ void QgsRasterFormatSaveOptionsWidget::showEvent( QShowEvent * event )
631631
QgsDebugMsg( "done" );
632632
}
633633

634-
void QgsRasterFormatSaveOptionsWidget::setOptions( const QString& options)
634+
void QgsRasterFormatSaveOptionsWidget::setOptions( const QString& options )
635635
{
636636
mOptionsTable->blockSignals( true );
637637
mOptionsTable->clearContents();

‎src/gui/qgsrasterformatsaveoptionswidget.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ class GUI_EXPORT QgsRasterFormatSaveOptionsWidget: public QWidget,
8080
* @see options()
8181
* @note added in QGIS 3.0
8282
*/
83-
void setOptions( const QString& options);
83+
void setOptions( const QString& options );
8484

8585
/**
8686
* Set widget look and feel

0 commit comments

Comments
 (0)
Please sign in to comment.