[zorg] r223587 - jenkins: Fix whitespace
Duncan P. N. Exon Smith
dexonsmith at apple.com
Sat Dec 6 10:26:41 PST 2014
Author: dexonsmith
Date: Sat Dec 6 12:26:41 2014
New Revision: 223587
URL: http://llvm.org/viewvc/llvm-project?rev=223587&view=rev
Log:
jenkins: Fix whitespace
Modified:
zorg/trunk/zorg/jenkins/build.py
Modified: zorg/trunk/zorg/jenkins/build.py
URL: http://llvm.org/viewvc/llvm-project/zorg/trunk/zorg/jenkins/build.py?rev=223587&r1=223586&r2=223587&view=diff
==============================================================================
--- zorg/trunk/zorg/jenkins/build.py (original)
+++ zorg/trunk/zorg/jenkins/build.py Sat Dec 6 12:26:41 2014
@@ -203,7 +203,8 @@ def lldb_builder():
header("Make lldb-tool")
run_cmd("lldb", xcodebuild_cmd)
footer()
-
+
+
def check_repo_state(path):
"""Check the SVN repo at the path has all the
nessessary repos checked out. Check this by
More information about the llvm-commits
mailing list