]> granicus.if.org Git - curl/commitdiff
minor indent change
authorDaniel Stenberg <daniel@haxx.se>
Thu, 10 Dec 2009 20:19:56 +0000 (20:19 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 10 Dec 2009 20:19:56 +0000 (20:19 +0000)
lib/ssluse.c

index 9a47e447bcec6bff59a9caca69c457892a8e3033..c4a809c0f4a02dad834f57e58b5263fde94075db 100644 (file)
@@ -1365,7 +1365,7 @@ static void ssl_tls_trace(int direction, int ssl_ver, int content_type,
   int  ver, msg_type, txt_len;
 
   if(!conn || !conn->data || !conn->data->set.fdebug ||
-      (direction != 0 && direction != 1))
+     (direction != 0 && direction != 1))
     return;
 
   data = conn->data;
@@ -1470,7 +1470,7 @@ ossl_connect_step1(struct connectdata *conn,
       infof(data, "SSL: couldn't set callback!\n");
     }
     else if(!SSL_CTX_ctrl(connssl->ctx, SSL_CTRL_SET_MSG_CALLBACK_ARG, 0,
-                           conn)) {
+                          conn)) {
       infof(data, "SSL: couldn't set callback argument!\n");
     }
   }