1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

whitespace changes

This commit is contained in:
Steffen Vogel 2019-10-26 13:36:10 +02:00
parent 321f1af3c9
commit 88a82484d0

View file

@ -26,8 +26,8 @@
#include <villas/node.h>
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);