[glib-networking] Another code style improvement
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib-networking] Another code style improvement
- Date: Sun, 25 Feb 2018 19:56:08 +0000 (UTC)
commit 171030052c7b8c5643f3dce6a74189f255ae5629
Author: Michael Catanzaro <mcatanzaro igalia com>
Date: Sun Feb 25 13:55:38 2018 -0600
Another code style improvement
tls/gnutls/gtlsconnection-gnutls.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/tls/gnutls/gtlsconnection-gnutls.c b/tls/gnutls/gtlsconnection-gnutls.c
index 5c061f7..3ab1ee7 100644
--- a/tls/gnutls/gtlsconnection-gnutls.c
+++ b/tls/gnutls/gtlsconnection-gnutls.c
@@ -658,8 +658,8 @@ g_tls_connection_gnutls_get_certificate (GTlsConnectionGnutls *gnutls,
st->ncerts = 0;
if (cert)
- g_tls_certificate_gnutls_copy (G_TLS_CERTIFICATE_GNUTLS (cert),
- priv->interaction_id, st);
+ g_tls_certificate_gnutls_copy (G_TLS_CERTIFICATE_GNUTLS (cert),
+ priv->interaction_id, st);
}
typedef enum {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]