From 391192e4164e143a1e5880d8768d2f5a099d5b6f Mon Sep 17 00:00:00 2001
From: Julian Cordes <julian.cordes@gmail.com>
Date: Sun, 3 Jan 2016 02:47:57 +0100
Subject: [PATCH] style fix

---
 gtests/net/packetdrill/run_packet.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gtests/net/packetdrill/run_packet.c b/gtests/net/packetdrill/run_packet.c
index caede856..3ecf8653 100644
--- a/gtests/net/packetdrill/run_packet.c
+++ b/gtests/net/packetdrill/run_packet.c
@@ -210,7 +210,7 @@ static struct socket *handle_listen_for_script_packet(
 	}
 	if (!match)
 		return NULL;
-	
+
 	if (packet->sctp != NULL) {
 		if (packet->chunk_list != NULL) {
 			item = packet->chunk_list->first;
-- 
GitLab