[glib-networking/mcatanzaro/base-rebase: 24/38] gtlsinputstream: fix code style issues



commit cb312d16e0bb176482e63a010f8219ded9fd99c8
Author: Michael Catanzaro <mcatanzaro igalia com>
Date:   Sun Apr 7 15:59:27 2019 -0500

    gtlsinputstream: fix code style issues
    
    Incredibly, this is a port of 1565db8b768eb292beb127e95398e1d5be90a94b

 tls/base/gtlsinputstream.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/tls/base/gtlsinputstream.c b/tls/base/gtlsinputstream.c
index e8a2a36..ea2fb99 100644
--- a/tls/base/gtlsinputstream.c
+++ b/tls/base/gtlsinputstream.c
@@ -139,7 +139,7 @@ g_tls_input_stream_pollable_read_nonblocking (GPollableInputStream  *pollable,
 }
 
 static gboolean
-g_tls_input_stream_close (GInputStream            *stream,
+g_tls_input_stream_close (GInputStream             *stream,
                           GCancellable             *cancellable,
                           GError                  **error)
 {
@@ -193,7 +193,7 @@ close_thread (GTask        *task,
 
 
 static void
-g_tls_input_stream_close_async (GInputStream            *stream,
+g_tls_input_stream_close_async (GInputStream             *stream,
                                 int                       io_priority,
                                 GCancellable             *cancellable,
                                 GAsyncReadyCallback       callback,
@@ -209,7 +209,7 @@ g_tls_input_stream_close_async (GInputStream            *stream,
 }
 
 static gboolean
-g_tls_input_stream_close_finish (GInputStream            *stream,
+g_tls_input_stream_close_finish (GInputStream             *stream,
                                  GAsyncResult             *result,
                                  GError                  **error)
 {


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