1
0
forked from boostorg/mp11

Remove trailing whitespace

This commit is contained in:
Peter Dimov
2020-06-11 16:40:34 +03:00
parent 10ba80acb9
commit 29764aad48

View File

@ -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: