Fixed some whitespaces
This commit is contained in:
parent
76b5ce1eb0
commit
4e966e1a05
@ -749,7 +749,7 @@ class SnippetUtil(object):
|
|||||||
Note that this uses the shiftwidth because thats what code
|
Note that this uses the shiftwidth because thats what code
|
||||||
formatters use.
|
formatters use.
|
||||||
|
|
||||||
:amount: the amount by which to unshift.
|
:amount: the amount by which to unshift.
|
||||||
"""
|
"""
|
||||||
by = -self._sw * amount
|
by = -self._sw * amount
|
||||||
try:
|
try:
|
||||||
@ -776,8 +776,8 @@ class SnippetUtil(object):
|
|||||||
def mkline(self, line="", indent=None):
|
def mkline(self, line="", indent=None):
|
||||||
""" Creates a properly set up line.
|
""" Creates a properly set up line.
|
||||||
|
|
||||||
:line: the text to add
|
:line: the text to add
|
||||||
:indent: the indentation to have at the beginning
|
:indent: the indentation to have at the beginning
|
||||||
if None, it uses the default amount
|
if None, it uses the default amount
|
||||||
"""
|
"""
|
||||||
if indent == None:
|
if indent == None:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user