[glib-networking] Improve code style



commit 9965a44cb915e29267a893788390841d692f8171
Author: Michael Catanzaro <mcatanzaro igalia com>
Date:   Thu Feb 22 19:40:22 2018 -0600

    Improve code style

 tls/tests/connection.c |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/tls/tests/connection.c b/tls/tests/connection.c
index 151dee8..b713623 100644
--- a/tls/tests/connection.c
+++ b/tls/tests/connection.c
@@ -2007,14 +2007,13 @@ test_output_stream_close (TestConnection *test,
     g_main_context_iteration (NULL, TRUE);
 
   ret = g_output_stream_close (g_io_stream_get_output_stream (test->client_connection),
-      NULL, &error);
+                               NULL, &error);
   g_assert_no_error (error);
   g_assert (ret);
 
-
   /* Verify that double close returns TRUE */
   ret = g_output_stream_close (g_io_stream_get_output_stream (test->client_connection),
-      NULL, &error);
+                               NULL, &error);
   g_assert_no_error (error);
   g_assert (ret);
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]