mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
Removed whitespace in functioncalls
This commit is contained in:
parent
14a7b5cf8d
commit
90680613c3
1 changed files with 2 additions and 2 deletions
|
@ -803,7 +803,7 @@ int ib_read(struct node *n, struct sample *smps[], unsigned cnt, unsigned *relea
|
|||
}
|
||||
|
||||
// Get Memory Region
|
||||
mr = memory_ib_get_mr( pool_buffer( sample_pool(smps[0]) ) );
|
||||
mr = memory_ib_get_mr(pool_buffer(sample_pool(smps[0])));
|
||||
|
||||
for (int i = 0; i < max_wr_post; i++) {
|
||||
int j = 0;
|
||||
|
@ -915,7 +915,7 @@ int ib_write(struct node *n, struct sample *smps[], unsigned cnt, unsigned *rele
|
|||
// First, write
|
||||
|
||||
// Get Memory Region
|
||||
mr = memory_ib_get_mr( pool_buffer( sample_pool(smps[0]) ) );
|
||||
mr = memory_ib_get_mr(pool_buffer(sample_pool(smps[0])));
|
||||
|
||||
for (sent = 0; sent < cnt; sent++) {
|
||||
int j = 0;
|
||||
|
|
Loading…
Add table
Reference in a new issue