From 0dfb9845d7b5877bd0273a931121209b7cea4c86 Mon Sep 17 00:00:00 2001
From: Berke Viktor <sundayfunday1234@outlook.com>
Date: Tue, 28 Jan 2014 12:09:28 -0500
Subject: [PATCH] Add Redmine Fetch groovy hook (issue-359)

---
 src/main/java/com/gitblit/models/GravatarProfile.java |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/main/java/com/gitblit/models/GravatarProfile.java b/src/main/java/com/gitblit/models/GravatarProfile.java
index aa128ce..ec1aeea 100644
--- a/src/main/java/com/gitblit/models/GravatarProfile.java
+++ b/src/main/java/com/gitblit/models/GravatarProfile.java
@@ -20,9 +20,9 @@
 
 /**
  * Represents a Gravatar profile.
- * 
+ *
  * @author James Moger
- * 
+ *
  */
 public class GravatarProfile implements Serializable {
 
@@ -35,7 +35,7 @@
 	public String preferredUsername;
 	public String currentLocation;
 	public String aboutMe;
-	
+
 	public String profileUrl;
 	public String thumbnailUrl;
 	public List<ProfileObject> photos;

--
Gitblit v1.9.1