[gnio: 4/7] Remove trailing spaces, they hurt my eyes



commit 6d49d1c7422e15dd31f4655594daaf588ce557a7
Author: Sjoerd Simons <sjoerd simons collabora co uk>
Date:   Mon Mar 23 18:44:03 2009 +0000

    Remove trailing spaces, they hurt my eyes
---
 gio/gtls.c |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/gio/gtls.c b/gio/gtls.c
index 8f2c87b..6ddfe9a 100644
--- a/gio/gtls.c
+++ b/gio/gtls.c
@@ -655,7 +655,7 @@ g_tls_session_read_ready (GObject      *object,
                           gpointer      user_data)
 {
   GTLSSession *session = G_TLS_SESSION (user_data);
-  
+
   g_assert (session->read_op.state == G_TLS_OP_STATE_ACTIVE);
 
   session->read_op.result =
@@ -674,7 +674,7 @@ g_tls_session_write_ready (GObject      *object,
                            gpointer      user_data)
 {
   GTLSSession *session = G_TLS_SESSION (user_data);
-  
+
   g_assert (session->write_op.state == G_TLS_OP_STATE_ACTIVE);
 
   session->write_op.result =
@@ -696,7 +696,7 @@ g_tls_session_push_func (gpointer    user_data,
   GOutputStream *stream;
 
   stream = g_io_stream_get_output_stream (session->stream);
-  
+
   if (session->async)
     {
       GTLSJob *active_job;
@@ -793,7 +793,7 @@ g_tls_session_pull_func (gpointer  user_data,
   GInputStream *stream;
 
   stream = g_io_stream_get_input_stream (session->stream);
-  
+
   if (session->async)
     {
       GTLSJob *active_job;
@@ -1023,7 +1023,7 @@ g_tls_connection_finalize (GObject *object)
   GTLSConnection *connection = G_TLS_CONNECTION (object);
 
   g_object_unref (connection->session);
-  
+
   if (connection->input)
     g_object_unref (connection->input);
 



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