Diff between 1513406f5907290a35bf394c5b07bcb0fec60213 and 6814998db702cfa2ad183d6f663b0bd88b0c618d

Changed Files

File Additions Deletions Status
gobex/gobex-transfer.c +0 -1 modified

Full Patch

diff --git a/gobex/gobex-transfer.c b/gobex/gobex-transfer.c
index 38a0b86..fad641b 100644
--- a/gobex/gobex-transfer.c
+++ b/gobex/gobex-transfer.c
@@ -165,7 +165,6 @@ static void transfer_response(GObex *obex, GError *err, GObexPacket *rsp,
 			goto failed;
 	}
 
-
 	if (rspcode == G_OBEX_RSP_SUCCESS) {
 		transfer_complete(transfer, NULL);
 		return;