use 4 spaces for the indention, as per PEP8

This commit is contained in:
Giuseppe Sucameli 2012-08-31 15:22:23 +02:00
parent 45942aa59c
commit b1bed9f123

View File

@ -971,7 +971,7 @@ void QgsProjectProperties::editSymbol( QComboBox* cbo )
void QgsProjectProperties::resetPythonMacros()
{
grpPythonMacros->setChecked( false );
ptePythonMacros->setPlainText( "def openProject():\n pass\n\n" \
"def saveProject():\n pass\n\n" \
"def closeProject():\n pass\n" );
ptePythonMacros->setPlainText( "def openProject():\n pass\n\n" \
"def saveProject():\n pass\n\n" \
"def closeProject():\n pass\n" );
}