[longomatch] Formatting changes.



commit 03e660a5ac89ed213125d5def9898ad2c61985b2
Author: Julien Moutte <julien fluendo com>
Date:   Tue Mar 17 16:27:56 2015 +0100

    Formatting changes.

 .../Interfaces/IRenderingJobsManager.cs            |   27 +++++++++++++------
 1 files changed, 18 insertions(+), 9 deletions(-)
---
diff --git a/LongoMatch.Core/Interfaces/IRenderingJobsManager.cs 
b/LongoMatch.Core/Interfaces/IRenderingJobsManager.cs
index 8a2bae5..895fc5f 100644
--- a/LongoMatch.Core/Interfaces/IRenderingJobsManager.cs
+++ b/LongoMatch.Core/Interfaces/IRenderingJobsManager.cs
@@ -23,16 +23,25 @@ namespace LongoMatch.Core.Interfaces
 {
        public interface IRenderingJobsManager
        {
-               void RetryJobs(List<Job> retryJobs);
-               void DeleteJob(Job job);
-               void ClearDoneJobs();
-               void CancelJobs(List<Job> cancelJobs);
+               void RetryJobs (List<Job> retryJobs);
+
+               void DeleteJob (Job job);
+
+               void ClearDoneJobs ();
+
+               void CancelJobs (List<Job> cancelJobs);
+
                void CancelCurrentJob ();
-               void CancelJob(Job job);
-               void CancelAllJobs();
-               void AddJob(Job job);
-               List<Job> Jobs {get;}
-               List<Job> PendingJobs {get;}
+
+               void CancelJob (Job job);
+
+               void CancelAllJobs ();
+
+               void AddJob (Job job);
+
+               List<Job> Jobs { get; }
+
+               List<Job> PendingJobs { get; }
        }
 }
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]