Skip to content

Commit

Permalink
Indentation fix
Browse files Browse the repository at this point in the history
Signed-off-by: Henrik Kjölhede <hkjolhede@gmail.com>
  • Loading branch information
hkjolhede committed Jun 3, 2015
1 parent af59ff2 commit 905f879
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lxc/lxc_user_nic.c
Expand Up @@ -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;
}

Expand Down

0 comments on commit 905f879

Please sign in to comment.