mirror of
https://github.com/boostorg/mp11.git
synced 2025-07-31 13:07:17 +02:00
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