]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Cleanup whitespace
authorViktor Krykun <viktor@krykun.com>
Thu, 21 Jun 2012 08:36:33 +0000 (11:36 +0300)
committerTravis Cross <tc@traviscross.com>
Mon, 11 Feb 2013 16:42:02 +0000 (16:42 +0000)
Modified-by: Travis Cross <tc@traviscross.com>
Signed-off-by: Travis Cross <tc@traviscross.com>
libs/libzrtp/include/zrtp.h
libs/libzrtp/src/zrtp.c

index 3b5e5f67af16aa774640aacf0587616232d4842b..185ffdfe30dbfe531ff6644296ad929d947d06f0 100644 (file)
@@ -831,9 +831,9 @@ zrtp_status_t zrtp_signaling_hash_set( zrtp_stream_t* stream,
  *  - ZRTP RFC. sec 8;
  *  - zrtp_signaling_hash_set()
  */
-zrtp_status_t zrtp_signaling_hash_get( zrtp_stream_t* stream,
-                                                                          char* hash_buff,
-                                                                          uint32_t hash_buff_length);
+zrtp_status_t zrtp_signaling_hash_get(zrtp_stream_t* stream,
+                                                                         char* hash_buff,
+                                                                         uint32_t hash_buff_length);
 
 /**
  * \brief Changing the value of the secret's verification flag
index 05be53dfafcedbdd0d14254638130ad927e0a4d9..3842da10d4d2bfb96d3391259f5c558a6bee38ef 100644 (file)
@@ -462,7 +462,7 @@ zrtp_status_t zrtp_stream_attach(zrtp_session_t *session, zrtp_stream_t** stream
         * Then insert these directly into the message structures.
      */
 
-       zrtp_memset(&new_stream->messages, 0, sizeof(new_stream->messages));    
+       zrtp_memset(&new_stream->messages, 0, sizeof(new_stream->messages));
        ZSTR_SET_EMPTY(new_stream->messages.h0);
        ZSTR_SET_EMPTY(new_stream->messages.signaling_hash);