You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Minor python script cleanup.
[CL 2603915 by Richard Hinckley in Main branch]
This commit is contained in:
committed by
Richard.Hinckley@epicgames.com
parent
4358f03198
commit
d7ffaa7154
@@ -1,8 +1,8 @@
|
||||
#!/usr/bin/env python
|
||||
import sys
|
||||
f = file(sys.argv[1], 'r')
|
||||
line = f.readline()
|
||||
while line:
|
||||
# Pad the string with an extra space at the end to catch end-of-line block comments.
|
||||
line = line + " "
|
||||
line = line.replace("/* ", "/** ")
|
||||
line = line.replace("// ", "/// ")
|
||||
|
||||
Reference in New Issue
Block a user