[tomboy/xdg-migration2: 9/16] whitespace



commit c36c9ed70869243f97ea3bbf30cb51cbdedaadc5
Author: Sandy Armstrong <sanfordarmstrong gmail com>
Date:   Sat Aug 22 21:46:52 2009 -0700

    whitespace

 Tomboy/Synchronization/FuseSyncServiceAddin.cs |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/Tomboy/Synchronization/FuseSyncServiceAddin.cs b/Tomboy/Synchronization/FuseSyncServiceAddin.cs
index e285808..1fdcaad 100644
--- a/Tomboy/Synchronization/FuseSyncServiceAddin.cs
+++ b/Tomboy/Synchronization/FuseSyncServiceAddin.cs
@@ -121,9 +121,9 @@ namespace Tomboy.Sync
 					// Test ability to read
 					bool testFileFound = false;
 					foreach (string filePath in Directory.GetFiles (mountPath))
-					if (filePath == testPath) {
-						testFileFound = true;
-						break;
+						if (filePath == testPath) {
+							testFileFound = true;
+							break;
 					}
 					if (!testFileFound)
 						throw new TomboySyncException (Catalog.GetString ("Could not read testfile."));



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