Skip to content

Commit b1bed9f

Browse files
committedAug 31, 2012
use 4 spaces for the indention, as per PEP8
1 parent 45942aa commit b1bed9f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎src/app/qgsprojectproperties.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -971,7 +971,7 @@ void QgsProjectProperties::editSymbol( QComboBox* cbo )
971971
void QgsProjectProperties::resetPythonMacros()
972972
{
973973
grpPythonMacros->setChecked( false );
974-
ptePythonMacros->setPlainText( "def openProject():\n pass\n\n" \
975-
"def saveProject():\n pass\n\n" \
976-
"def closeProject():\n pass\n" );
974+
ptePythonMacros->setPlainText( "def openProject():\n pass\n\n" \
975+
"def saveProject():\n pass\n\n" \
976+
"def closeProject():\n pass\n" );
977977
}

0 commit comments

Comments
 (0)
Please sign in to comment.