Skip to content

Commit 869bf1d

Browse files
committed
version 1.0.19 published
1 parent 2abd20d commit 869bf1d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

wllvm/extraction.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -353,11 +353,11 @@ def buildArchive(pArgs, bitCodeFiles):
353353

354354
def writeManifest(manifestFile, bitCodeFiles):
355355
with open(manifestFile, 'w') as output:
356-
for f in bitCodeFiles:
357-
output.write('{0}\n'.format(f))
358-
sf = getStorePath(f)
359-
if sf:
360-
output.write('{0}\n'.format(sf))
356+
for f in bitCodeFiles:
357+
output.write('{0}\n'.format(f))
358+
sf = getStorePath(f)
359+
if sf:
360+
output.write('{0}\n'.format(sf))
361361

362362

363363

0 commit comments

Comments
 (0)