removed some blank trailing spaces (with extra/shutils/blanks.sh)

This commit is contained in:
Miroslav Stampar
2010-12-21 10:31:56 +00:00
parent 1a3f57e5fe
commit 6b37ddada4
6 changed files with 12 additions and 12 deletions

View File

@@ -1558,7 +1558,7 @@ def pushValue(value):
"""
Push value to the stack (thread dependent)
"""
getCurrentThreadData().valueStack.append(value)
def popValue():
@@ -1761,7 +1761,7 @@ def removeDynamicContent(page):
def filterStringValue(value, regex):
retVal = ""
if value:
for char in value:
if re.search(regex, char):