summaryrefslogtreecommitdiff
path: root/src/shared/ethtool-util.c
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2022-04-01 22:37:21 +0900
committerYu Watanabe <watanabe.yu+github@gmail.com>2022-04-01 22:48:42 +0900
commit798931160ee2b1ceadd4202abf881157bbaadead (patch)
tree6a9051bcc6590d12dedc006b400575c79b6bcdf4 /src/shared/ethtool-util.c
parent72dce85a60d4fda2719b2e759f4d339c16cc3910 (diff)
downloadsystemd-798931160ee2b1ceadd4202abf881157bbaadead.tar.gz
tree-wide: add a space after if, switch, for, and while
Diffstat (limited to 'src/shared/ethtool-util.c')
-rw-r--r--src/shared/ethtool-util.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/shared/ethtool-util.c b/src/shared/ethtool-util.c
index 6c9aeb1c6c..ef605346f2 100644
--- a/src/shared/ethtool-util.c
+++ b/src/shared/ethtool-util.c
@@ -393,7 +393,7 @@ int ethtool_get_permanent_hw_addr(int *ethtool_fd, const char *ifname, struct hw
if (dest != _v) \
updated = true; \
dest = _v; \
- } while(false)
+ } while (false)
#define UPDATE_WITH_MAX(dest, max, val, updated) \
do { \
@@ -404,7 +404,7 @@ int ethtool_get_permanent_hw_addr(int *ethtool_fd, const char *ifname, struct hw
if (dest != _v) \
updated = true; \
dest = _v; \
- } while(false)
+ } while (false)
int ethtool_set_wol(
int *ethtool_fd,