[longomatch] Minor styling changes in the usings section.



commit 39e8a6d21d92b8257906e9a3aa2b2c8c62c3d8b5
Author: Xavi Artigas <xartigas fluendo com>
Date:   Mon Apr 13 16:01:13 2015 +0200

    Minor styling changes in the usings section.

 LongoMatch.Services/UpdatesNotifier.cs |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)
---
diff --git a/LongoMatch.Services/UpdatesNotifier.cs b/LongoMatch.Services/UpdatesNotifier.cs
index e025492..34779c9 100644
--- a/LongoMatch.Services/UpdatesNotifier.cs
+++ b/LongoMatch.Services/UpdatesNotifier.cs
@@ -4,14 +4,13 @@
 
 using System;
 using System.IO;
-using System.Reflection;
 using System.Net;
+using System.Reflection;
 using System.Threading;
-using Newtonsoft.Json;
-using Newtonsoft.Json.Linq;
-using Mono.Unix;
 using LongoMatch.Core.Common;
 using LongoMatch.Core.Interfaces;
+using Newtonsoft.Json;
+using Newtonsoft.Json.Linq;
 
 namespace LongoMatch.Services
 {


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