Pool sizes redefined and cleanup
[platform/upstream/dbus.git] / dbus / dbus-transport-socket.c
index 45de9e8..e7598ae 100644 (file)
@@ -31,6 +31,7 @@
 #include "dbus-credentials.h"
 #include <stdio.h>  //todo to remove
 
+
 /**
  * @defgroup DBusTransportSocket DBusTransport implementations for sockets
  * @ingroup  DBusInternals
@@ -844,7 +845,7 @@ do_reading (DBusTransport *transport)
                                           buffer,
                                           bytes_read < 0 ? 0 : bytes_read);
     }
-  
+
   if (bytes_read < 0)
     {
       /* EINTR already handled for us */