mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-01 00:46:20 -05:00
use 4 spaces for the indention, as per PEP8
This commit is contained in:
parent
45942aa59c
commit
b1bed9f123
@ -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" );
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user