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 cleanup

This commit is contained in:
Steffen Vogel 2017-04-09 16:25:22 +02:00
parent 580189b678
commit 3c04e98fe3

View file

@ -51,7 +51,7 @@ struct queue {
enum state state;
struct memtype * mem;
struct memtype *mem;
size_t buffer_mask;
struct queue_cell {
atomic_size_t sequence;