mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 12:41:49 +01:00
Remove extraneous space.
llvm-svn: 290165
This commit is contained in:
parent
c44a1a0c4a
commit
494d0bced2
@ -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…
x
Reference in New Issue
Block a user