diff options
author | Thomas Hindoe Paaboel Andersen <phomes@gmail.com> | 2016-07-18 22:09:57 +0200 |
---|---|---|
committer | Thomas Hindoe Paaboel Andersen <phomes@gmail.com> | 2016-07-18 22:09:57 +0200 |
commit | 82edec5451c377197d514bd0549436a5471a695f (patch) | |
tree | bba8c31d596918420fe6f50ae7aa5589beeae22e /src | |
parent | 03e749af53bc6671270c300cdc5df4f2c5e0b9ae (diff) |
network: fix indentation
Diffstat (limited to 'src')
-rw-r--r-- | src/network/networkd-conf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/network/networkd-conf.c b/src/network/networkd-conf.c index b67a1f6d09..c03e2b2ebf 100644 --- a/src/network/networkd-conf.c +++ b/src/network/networkd-conf.c @@ -70,7 +70,7 @@ int config_parse_duid_rawdata( for (;;) { int n1, n2, len, r; uint32_t byte; - _cleanup_free_ char *cbyte = NULL; + _cleanup_free_ char *cbyte = NULL; r = extract_first_word(&rvalue, &cbyte, ":", 0); if (r < 0) { |