Skip to content

Commit

Permalink
use 4 spaces for the indention, as per PEP8
Browse files Browse the repository at this point in the history
  • Loading branch information
brushtyler committed Aug 31, 2012
1 parent 45942aa commit b1bed9f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/app/qgsprojectproperties.cpp
Expand Up @@ -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" );
}

0 comments on commit b1bed9f

Please sign in to comment.