[banshee] Dap: nitpick to fix coding style



commit 10969ee2bd9887694144354fa540028b10070848
Author: Andres G. Aragoneses <knocte gmail com>
Date:   Fri Jan 20 00:51:31 2012 +0000

    Dap: nitpick to fix coding style

 src/Dap/Banshee.Dap/Banshee.Dap/DapLibrarySync.cs |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/Dap/Banshee.Dap/Banshee.Dap/DapLibrarySync.cs b/src/Dap/Banshee.Dap/Banshee.Dap/DapLibrarySync.cs
index 6d6661d..b0b846e 100644
--- a/src/Dap/Banshee.Dap/Banshee.Dap/DapLibrarySync.cs
+++ b/src/Dap/Banshee.Dap/Banshee.Dap/DapLibrarySync.cs
@@ -253,8 +253,8 @@ namespace Banshee.Dap
             }
         }
 
-        internal class PossibleUserErrorException : ApplicationException {
-
+        internal class PossibleUserErrorException : ApplicationException
+        {
             internal int TracksToRemove { get; private set; }
 
             public PossibleUserErrorException (int tracksToRemove) : base ()



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