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:
parent
321f1af3c9
commit
88a82484d0
1 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue