[tomboy] [sync] Whitespace fixes, comment cleanup
- From: Sanford Armstrong <sharm src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [tomboy] [sync] Whitespace fixes, comment cleanup
- Date: Mon, 8 Feb 2010 20:06:19 +0000 (UTC)
commit cfb1295896fa91ce5f5c678a1d472aa5572a3b69
Author: Sandy Armstrong <sanfordarmstrong gmail com>
Date: Mon Feb 8 11:40:25 2010 -0800
[sync] Whitespace fixes, comment cleanup
Tomboy/Synchronization/SyncManager.cs | 14 ++++++--------
1 files changed, 6 insertions(+), 8 deletions(-)
---
diff --git a/Tomboy/Synchronization/SyncManager.cs b/Tomboy/Synchronization/SyncManager.cs
index 00f5577..002d8ed 100644
--- a/Tomboy/Synchronization/SyncManager.cs
+++ b/Tomboy/Synchronization/SyncManager.cs
@@ -117,7 +117,6 @@ namespace Tomboy.Sync
public class SyncManager
{
- //private static SyncServer server;
private static SyncClient client;
private static SyncState state = SyncState.Idle;
private static Thread syncThread = null;
@@ -239,7 +238,6 @@ namespace Tomboy.Sync
/// </summary>
public static void SynchronizationThread ()
{
- // TODO: Try/finally this entire method so GUI doesn't hang?
SyncServiceAddin addin = null;
SyncServer server = null;
try {
@@ -660,13 +658,13 @@ namespace Tomboy.Sync
StateChanged (state);
} catch {}
}
- }
+ }
- /// <summary>
- /// Read the preferences and load the specified SyncServiceAddin to
- /// perform synchronization.
- /// </summary>
- private static SyncServiceAddin GetConfiguredSyncService ()
+ /// <summary>
+ /// Read the preferences and load the specified SyncServiceAddin to
+ /// perform synchronization.
+ /// </summary>
+ private static SyncServiceAddin GetConfiguredSyncService ()
{
SyncServiceAddin addin = null;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]