mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-14 07:31:53 +00:00
Remove extraneous space.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@290165 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
1c4b812941
commit
ab968f698e
@ -163,7 +163,7 @@ def svn_init(svn_root):
|
||||
if not os.path.exists(svn_root):
|
||||
log('Creating svn staging directory: (%s)' % (svn_root))
|
||||
os.makedirs(svn_root)
|
||||
log('This is a one-time initialization, please be patient for a few '
|
||||
log('This is a one-time initialization, please be patient for a few'
|
||||
' minutes...')
|
||||
svn(svn_root, 'checkout', '--depth=immediates',
|
||||
'https://llvm.org/svn/llvm-project/', '.')
|
||||
|
Loading…
Reference in New Issue
Block a user