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 )
|
included.append( path )
|
||||||
|
|
||||||
with open( path, 'r' ) as header:
|
with open( path, 'r' ) as header:
|
||||||
|
|
||||||
for line in header:
|
for line in header:
|
||||||
|
|
||||||
m = re.match( '[ \t]*#[ \t]*include[ \t]*(["<])([^">]*)[">]', line )
|
m = re.match( '[ \t]*#[ \t]*include[ \t]*(["<])([^">]*)[">]', line )
|
||||||
|
|
||||||
r = False
|
r = False
|
||||||
|
|
||||||
if m:
|
if m:
|
||||||
|
Reference in New Issue
Block a user