This is an automated email from the ASF dual-hosted git repository.
sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git
The following commit(s) were added to refs/heads/master by this push:
new f178877 Indentation
f178877 is described below
commit f178877d7690f23fc00a5a24dbeb04d56bdb2145
Author: Sebb <[email protected]>
AuthorDate: Fri Jan 1 17:05:58 2021 +0000
Indentation
---
Rakefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Rakefile b/Rakefile
index 214e95d..c069e65 100644
--- a/Rakefile
+++ b/Rakefile
@@ -236,8 +236,8 @@ namespace :svn do
else # directory does not exist
# Don't bother locking here -- it should be very rarely needed
system('svn', 'checkout', "--depth=#{depth}", svnpath, name)
- if files
- system('svn', 'update', *files, {chdir: name})
+ if files
+ system('svn', 'update', *files, {chdir: name})
end
end
# check that explicitly required files exist