network: fix indentation
authorThomas Hindoe Paaboel Andersen <phomes@gmail.com>
Mon, 18 Jul 2016 20:09:57 +0000 (22:09 +0200)
committerThomas Hindoe Paaboel Andersen <phomes@gmail.com>
Mon, 18 Jul 2016 20:09:57 +0000 (22:09 +0200)
src/network/networkd-conf.c

index b67a1f6..c03e2b2 100644 (file)
@@ -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) {