Skip to content

Commit 4aafed8

Browse files
committed
Indentation
1 parent 5d46641 commit 4aafed8

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

python/core/qgsvectorlayer.sip

+1-1
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ class QgsVectorLayer : QgsMapLayer
312312
Color, /**< color */
313313
EditorWidgetV2, /**< modularized edit widgets @note added in 2.1 */
314314
};
315-
315+
316316
//! Result of an edit operation
317317
enum EditResult
318318
{

python/plugins/processing/algs/lidar/LidarToolsAlgorithmProvider.py

-1
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,5 @@ def getDescription(self):
233233
def getIcon(self):
234234
return QIcon(os.path.dirname(__file__) + '/../../images/tool.png')
235235

236-
237236
def getSupportedOutputTableExtensions(self):
238237
return ['csv']

0 commit comments

Comments
 (0)