# - - - S c a n . d e b l a n k L i n e
def deblankLine ( self ):
'''Skip blanks on the current line
'''
See Section 8.4, “WHITE_PATTERN” for the regular expression
that matches zero or more whitespace characters.
self.tabReMatch ( WHITE_PATTERN )