[f-spot/hyena-models: 5/6] Fix Formatting in DatabasePhotoModelCache
- From: Mike Gemünde <mgemuende src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [f-spot/hyena-models: 5/6] Fix Formatting in DatabasePhotoModelCache
- Date: Mon, 4 Oct 2010 11:45:27 +0000 (UTC)
commit 8ec0795dd67430a63c31c9096caeccc17589cae1
Author: Mike Gemünde <mike gemuende de>
Date: Mon Oct 4 11:09:10 2010 +0200
Fix Formatting in DatabasePhotoModelCache
.../FSpot.Database/DatabasePhotoModelCache.cs | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/src/Clients/MainApp/FSpot.Database/DatabasePhotoModelCache.cs b/src/Clients/MainApp/FSpot.Database/DatabasePhotoModelCache.cs
index c6d78c7..5d62e9d 100644
--- a/src/Clients/MainApp/FSpot.Database/DatabasePhotoModelCache.cs
+++ b/src/Clients/MainApp/FSpot.Database/DatabasePhotoModelCache.cs
@@ -19,12 +19,14 @@ namespace FSpot.Database
public class DatabasePhotoModelCache : SqliteModelCache<DatabasePhoto>
{
+
#region Constructors
public DatabasePhotoModelCache (HyenaSqliteConnection connection, string uuid, ICacheableDatabaseModel model, PhotoModelProvider provider) : base(connection, uuid, model, provider)
{
}
-
- #endregion
+
+#endregion
+
}
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]