From: Henrik Kjölhede Date: Wed, 3 Jun 2015 18:40:46 +0000 (+0200) Subject: Indentation fix X-Git-Tag: lxc-2.0.0.beta1~238^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=905f8792e5f7d887ac447841aea121ef78aff782;p=thirdparty%2Flxc.git Indentation fix Signed-off-by: Henrik Kjölhede --- diff --git a/src/lxc/lxc_user_nic.c b/src/lxc/lxc_user_nic.c index 0fefc4c1a..da11cc22e 100644 --- a/src/lxc/lxc_user_nic.c +++ b/src/lxc/lxc_user_nic.c @@ -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; }