[glib-networking/mcatanzaro/base-rebase: 33/44] gtlsinputstream: fix code style issues
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib-networking/mcatanzaro/base-rebase: 33/44] gtlsinputstream: fix code style issues
- Date: Fri, 3 May 2019 03:24:37 +0000 (UTC)
commit 862921ffcf5e8d02deb500e077a5a6c4bf169a56
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]