From 905f8792e5f7d887ac447841aea121ef78aff782 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Kj=C3=B6lhede?= Date: Wed, 3 Jun 2015 20:40:46 +0200 Subject: [PATCH] Indentation fix MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Henrik Kjölhede --- src/lxc/lxc_user_nic.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lxc/lxc_user_nic.c b/src/lxc/lxc_user_nic.c index 0fefc4c1a8..da11cc22eb 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; }