From 88a82484d0097ac950307aaa51aa6f201731b248 Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Sat, 26 Oct 2019 13:36:10 +0200 Subject: [PATCH] whitespace changes --- include/villas/memory/ib.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/villas/memory/ib.h b/include/villas/memory/ib.h index 356c1efa2..6e0f98041 100644 --- a/include/villas/memory/ib.h +++ b/include/villas/memory/ib.h @@ -26,8 +26,8 @@ #include struct memory_ib { - struct ibv_pd *pd; - struct memory_type *parent; + struct ibv_pd *pd; + struct memory_type *parent; }; struct ibv_mr * memory_ib_get_mr(void *ptr);