forked from boostorg/mp11
Remove trailing whitespace
This commit is contained in:
@ -23,11 +23,11 @@ def scan_header( prefix, dir, fn ):
|
||||
included.append( path )
|
||||
|
||||
with open( path, 'r' ) as header:
|
||||
|
||||
|
||||
for line in header:
|
||||
|
||||
|
||||
m = re.match( '[ \t]*#[ \t]*include[ \t]*(["<])([^">]*)[">]', line )
|
||||
|
||||
|
||||
r = False
|
||||
|
||||
if m:
|
||||
|
Reference in New Issue
Block a user