diff --git a/sflphone-common/src/sip/sdp.cpp b/sflphone-common/src/sip/sdp.cpp
index 3d0d25e56b7097ac8ace1461338a838221b6a943..e81b59897827f8c397a9932a0c97fe837912ffac 100644
--- a/sflphone-common/src/sip/sdp.cpp
+++ b/sflphone-common/src/sip/sdp.cpp
@@ -696,6 +696,7 @@ void Sdp::get_remote_sdp_crypto_from_offer (const pjmedia_sdp_session* remote_sd
 
 	    _debug("****************** Found a Crypto ********************");
 	    std::string attr(attribute->value.ptr, attribute->value.slen);
+
 	    // @TODO our parser require the "acrypto:" to be present
 	    std::string full_attr = "a=crypto:";
 	    full_attr += attr;