Trim trailing white spaces.
[geeqie.git] / src / remote.c
index 9c40ebe..b5f47eb 100644 (file)
@@ -218,7 +218,7 @@ static RemoteConnection *remote_server_open(const gchar *path)
        rc->path = g_strdup(path);
 
        channel = g_io_channel_unix_new(rc->fd);
-       g_io_channel_set_flags(channel, G_IO_FLAG_NONBLOCK, NULL); 
+       g_io_channel_set_flags(channel, G_IO_FLAG_NONBLOCK, NULL);
        
        rc->channel_id = g_io_add_watch_full(channel, G_PRIORITY_DEFAULT, G_IO_IN,
                                             remote_server_read_cb, rc, NULL);