GUACAMOLE-540: Fix spaces that get added by IDE

Project: http://git-wip-us.apache.org/repos/asf/guacamole-client/repo
Commit: http://git-wip-us.apache.org/repos/asf/guacamole-client/commit/0b777823
Tree: http://git-wip-us.apache.org/repos/asf/guacamole-client/tree/0b777823
Diff: http://git-wip-us.apache.org/repos/asf/guacamole-client/diff/0b777823

Branch: refs/heads/staging/1.0.0
Commit: 0b777823919ef07c270eb676e4edcefe3e4d2995
Parents: fb1efec
Author: Nick Couchman <vn...@apache.org>
Authored: Sat Jun 16 08:07:33 2018 -0400
Committer: Nick Couchman <vn...@apache.org>
Committed: Sat Jun 16 08:07:33 2018 -0400

----------------------------------------------------------------------
 .../src/main/java/org/apache/guacamole/net/auth/Credentials.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/guacamole-client/blob/0b777823/guacamole-ext/src/main/java/org/apache/guacamole/net/auth/Credentials.java
----------------------------------------------------------------------
diff --git 
a/guacamole-ext/src/main/java/org/apache/guacamole/net/auth/Credentials.java 
b/guacamole-ext/src/main/java/org/apache/guacamole/net/auth/Credentials.java
index 64f9571..3d89cba 100644
--- a/guacamole-ext/src/main/java/org/apache/guacamole/net/auth/Credentials.java
+++ b/guacamole-ext/src/main/java/org/apache/guacamole/net/auth/Credentials.java
@@ -227,7 +227,7 @@ public class Credentials implements Serializable {
     public String getRemoteAddress() {
         return remoteAddress;
     }
-    
+
     /**
      * Sets the address of the client end of the connection which provided
      * these credentials.
@@ -253,7 +253,7 @@ public class Credentials implements Serializable {
     public String getRemoteHostname() {
         return remoteHostname;
     }
-    
+
     /**
      * Sets the hostname of the client end of the connection which provided
      * these credentials, if known. If the hostname of the client cannot be

Reply via email to