]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
Indentation fix
authorHenrik Kjölhede <hkjolhede@gmail.com>
Wed, 3 Jun 2015 18:40:46 +0000 (20:40 +0200)
committerHenrik Kjölhede <hkjolhede@gmail.com>
Wed, 3 Jun 2015 18:40:46 +0000 (20:40 +0200)
Signed-off-by: Henrik Kjölhede <hkjolhede@gmail.com>
src/lxc/lxc_user_nic.c

index 0fefc4c1a8d33a62ad339813ee9275d1e0780e53..da11cc22eb03aa0845ee418fd29f19a546753756 100644 (file)
@@ -185,7 +185,7 @@ static struct alloted_s *append_alloted(struct alloted_s **head, char *name, int
        struct alloted_s *cur, *al;
 
        if (head == NULL || name == NULL) {
-       // sanity check. parameters should not be null
+               // sanity check. parameters should not be null
                return NULL;
        }