mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-01-11 05:17:44 +03:00
network: fix indentation
This commit is contained in:
parent
03e749af53
commit
82edec5451
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user