diff options
author | Rui Ueyama <ruiu@google.com> | 2016-12-20 05:49:56 +0000 |
---|---|---|
committer | Rui Ueyama <ruiu@google.com> | 2016-12-20 05:49:56 +0000 |
commit | 62839f07165137702f9c5e8879b09b1b0a37fc37 (patch) | |
tree | 6a9dc0baa81529c843eadb59d7aaa5005786652e /llvm/utils/git-svn/git-llvm | |
parent | c207a89c91e24928c505c7bd8bc5508f69976d68 (diff) | |
download | bcm5719-llvm-62839f07165137702f9c5e8879b09b1b0a37fc37.tar.gz bcm5719-llvm-62839f07165137702f9c5e8879b09b1b0a37fc37.zip |
Remove extraneous space.
llvm-svn: 290165
Diffstat (limited to 'llvm/utils/git-svn/git-llvm')
-rwxr-xr-x | llvm/utils/git-svn/git-llvm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/utils/git-svn/git-llvm b/llvm/utils/git-svn/git-llvm index 11a5719cac7..3dd3ff7dc39 100755 --- a/llvm/utils/git-svn/git-llvm +++ b/llvm/utils/git-svn/git-llvm @@ -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/', '.') |