diff --git a/src/net/java/sip/communicator/impl/protocol/sip/CallSipImpl.java b/src/net/java/sip/communicator/impl/protocol/sip/CallSipImpl.java
index 5947410a1..951e32c88 100644
--- a/src/net/java/sip/communicator/impl/protocol/sip/CallSipImpl.java
+++ b/src/net/java/sip/communicator/impl/protocol/sip/CallSipImpl.java
@@ -209,7 +209,7 @@ && getCallState().equals(CallState.CALL_INITIALIZATION))
/**
* Returns true if dialog matches the jain sip dialog
* established with one of the participants in this call.
- *
+ *
* @param dialog the dialog whose corresponding participant we're looking
* for.
* @return true if this call contains a call participant whose jain sip
@@ -285,5 +285,4 @@ public CallSession getMediaCallSession()
{
return this.mediaCallSession;
}
-
}