From 950bdf3f79c5a90a9cd9d6cec125e8f1f45f6d79 Mon Sep 17 00:00:00 2001
From: Julian Cordes <julian.cordes@gmail.com>
Date: Tue, 8 Dec 2015 15:34:06 +0100
Subject: [PATCH] fix for alignment

---
 gtests/net/packetdrill/packet.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gtests/net/packetdrill/packet.h b/gtests/net/packetdrill/packet.h
index 75a92210..a51c9e11 100644
--- a/gtests/net/packetdrill/packet.h
+++ b/gtests/net/packetdrill/packet.h
@@ -106,8 +106,8 @@ struct packet {
 	s64 time_usecs;		/* wall time of receive/send if non-zero */
 
 	u32 flags;		  /* various meta-flags */
-#define FLAG_WIN_NOCHECK	  0x1  /* don't check TCP receive window */
-#define FLAG_OPTIONS_NOCHECK	  0x2  /* don't check TCP options */
+#define FLAG_WIN_NOCHECK          0x1  /* don't check TCP receive window */
+#define FLAG_OPTIONS_NOCHECK      0x2  /* don't check TCP options */
 #define FLAGS_SCTP_BAD_CRC32C     0x4  /* compute bad CRC32C for SCTP packets */
 #define FLAGS_SCTP_EXPLICIT_TAG   0x8  /* verification tag specified */
 #define FLAGS_SCTP_GENERIC_PACKET 0x10 /* set if it is a generic packet */
-- 
GitLab