[tomboy] Fix whitespace.



commit 86f907667bf62dbef3d1c0f881e842687561ce5a
Author: Sandy Armstrong <sanfordarmstrong gmail com>
Date:   Mon May 18 17:23:49 2009 -0700

    Fix whitespace.
---
 Tomboy/Synchronization/SyncManager.cs |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Tomboy/Synchronization/SyncManager.cs b/Tomboy/Synchronization/SyncManager.cs
index 4fef1e0..51c0fcf 100644
--- a/Tomboy/Synchronization/SyncManager.cs
+++ b/Tomboy/Synchronization/SyncManager.cs
@@ -283,8 +283,8 @@ namespace Tomboy.Sync
 				// for title conflict handling purposes.
 				List<string> noteUpdateTitles = new List<string> ();
 				foreach (NoteUpdate noteUpdate in noteUpdates.Values)
-				if (!string.IsNullOrEmpty (noteUpdate.Title))
-					noteUpdateTitles.Add (noteUpdate.Title);
+					if (!string.IsNullOrEmpty (noteUpdate.Title))
+						noteUpdateTitles.Add (noteUpdate.Title);
 
 				// First, check for new local notes that might have title conflicts
 				// with the updates coming from the server.  Prompt the user if necessary.



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