Skip to content

Commit e74ff3c

Browse files
committed
indentation update
1 parent c88aab3 commit e74ff3c

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

python/plugins/processing/algs/saga/RasterCalculator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def defineCharacteristics(self):
5858
self.name = 'Raster calculator'
5959
self.cmdname = 'Grid Calculator'
6060
self.undecoratedGroup = "grid_calculus"
61-
self.group = SagaGroupNameDecorator.getDecoratedName(self.undecoratedGroup)
61+
self.group = SagaGroupNameDecorator.getDecoratedName(self.undecoratedGroup)
6262
self.addParameter(ParameterRaster(self.GRIDS, 'Main input layers'))
6363
self.addParameter(ParameterMultipleInput(self.XGRIDS, 'Additional layers',
6464
ParameterMultipleInput.TYPE_RASTER, False))

src/app/qgsprojectproperties.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1468,8 +1468,8 @@ void QgsProjectProperties::resetPythonMacros()
14681468
{
14691469
grpPythonMacros->setChecked( false );
14701470
ptePythonMacros->setText( "def openProject():\n pass\n\n" \
1471-
"def saveProject():\n pass\n\n" \
1472-
"def closeProject():\n pass\n" );
1471+
"def saveProject():\n pass\n\n" \
1472+
"def closeProject():\n pass\n" );
14731473
}
14741474

14751475
void QgsProjectProperties::populateEllipsoidList()

src/core/pal/feature.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ namespace pal
254254
* Called by Pal::save()
255255
* \param file the file to write
256256
*/
257-
void save(std::ofstream *file);
257+
void save( std::ofstream *file );
258258
#endif
259259

260260
/**

src/core/qgsmaplayerlegend.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ QgsMapLayerLegend* QgsMapLayerLegend::defaultPluginLegend( QgsPluginLayer* pl )
4848

4949

5050
QgsLayerTreeModelLegendNode::QgsLayerTreeModelLegendNode( QgsLayerTreeLayer* nodeL )
51-
: mParent( nodeL )
51+
: mParent( nodeL )
5252
{
5353
}
5454

src/gui/qgscodeeditor.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ QgsCodeEditor::QgsCodeEditor( QWidget *parent, QString title, bool folding, bool
3737
setWindowTitle( mWidgetTitle );
3838
}
3939
setSciWidget();
40-
setHorizontalScrollBarPolicy(Qt::ScrollBarAsNeeded);
40+
setHorizontalScrollBarPolicy( Qt::ScrollBarAsNeeded );
4141
}
4242

4343
QgsCodeEditor::~QgsCodeEditor()

src/gui/qgscodeeditorsql.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424

2525
QgsCodeEditorSQL::QgsCodeEditorSQL( QWidget *parent )
26-
: QgsCodeEditor( parent )
26+
: QgsCodeEditor( parent )
2727
{
2828
if ( !parent )
2929
{

0 commit comments

Comments
 (0)