[LNT] r256231 - Whitespace cleanup

Chris Matthews via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 21 23:08:44 PST 2015


Author: cmatthews
Date: Tue Dec 22 01:08:42 2015
New Revision: 256231

URL: http://llvm.org/viewvc/llvm-project?rev=256231&view=rev
Log:
Whitespace cleanup

Modified:
    lnt/trunk/lnt/util/async_ops.py

Modified: lnt/trunk/lnt/util/async_ops.py
URL: http://llvm.org/viewvc/llvm-project/lnt/trunk/lnt/util/async_ops.py?rev=256231&r1=256230&r2=256231&view=diff
==============================================================================
--- lnt/trunk/lnt/util/async_ops.py (original)
+++ lnt/trunk/lnt/util/async_ops.py Tue Dec 22 01:08:42 2015
@@ -81,7 +81,8 @@ def check_workers(is_logged):
         else:
             logging.getLogger("lnt.server.ui.app").info("Job queue empty.")
     return len(JOBS)
-        
+
+
 def async_run_job(job, db_name, ts, func_args):
     """Send a job to the async wrapper in the subprocess."""
     # If the run is not in the database, we can't do anything more.




More information about the llvm-commits mailing list