Skip to content

Commit 2c7f40b

Browse files
author
Giovanni Manghi
committedMar 8, 2016
try fix indentation
1 parent e4f7567 commit 2c7f40b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎python/plugins/processing/algs/gdal/rasterize.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ class rasterize(GdalAlgorithm):
6868
COMPRESSTYPE = ['NONE', 'JPEG', 'LZW', 'PACKBITS', 'DEFLATE']
6969
TFW = 'TFW'
7070
RAST_EXT = 'RAST_EXT'
71-
71+
7272
def getIcon(self):
7373
return QIcon(os.path.join(pluginPath, 'images', 'gdaltools', 'rasterize.png'))
7474

0 commit comments

Comments
 (0)
Please sign in to comment.