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

Fixup whitespaces

Signed-off-by: Steffen Vogel <steffen.vogel@opal-rt.com>
This commit is contained in:
Steffen Vogel 2023-09-06 09:45:19 +02:00 committed by Steffen Vogel
parent 57d5ed8e55
commit 82975ddaaa

View file

@ -48,7 +48,7 @@ protected:
int affinity; // IRQ / Core Affinity of this interface.
std::list<int> irqs; // List of IRQs of the NIC.
std::list<node::Node *> nodes; // List of nodes which use this interface.
std::list<node::Node *> nodes; // List of nodes which use this interface.
Logger logger;