fixed style

This commit is contained in:
Lucas Tan
2014-04-05 17:22:06 +08:00
parent 0c832ee17c
commit 2e00654f39
2 changed files with 2 additions and 2 deletions

View File

@@ -315,7 +315,7 @@ def _make_cssmin(python_only=False):
# shortcuts for frequent operations below:
elif idx == 1: # not interesting
return group(1)
#else: # space with token before or at the beginning
# else: # space with token before or at the beginning
return space_sub(space_subber, group(idx))
return func

View File

@@ -191,7 +191,7 @@ def _make_jsmin(python_only=False):
r'|%(space)s+'
r'|(?:%(newline)s%(space)s*)+'
) % locals()).sub
#print space_sub.__self__.pattern
# print space_sub.__self__.pattern
def space_subber(match):
""" Substitution callback """