Skip to content

Commit

Permalink
fixed indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
suz committed Dec 15, 2002
1 parent 7223b41 commit 0b3154d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions kame/kame/pim6sd/vif.c
@@ -1,4 +1,4 @@
/* $KAME: vif.c,v 1.30 2002/12/15 04:23:23 suz Exp $ */
/* $KAME: vif.c,v 1.31 2002/12/15 04:24:35 suz Exp $ */

/*
* Copyright (c) 1998-2001
Expand Down Expand Up @@ -211,11 +211,11 @@ int init_reg_vif()
v = &uvifs[numvifs];
if (( numvifs+1 ) == MAXMIFS )
{
/* Exit the program! The PIM router must have a Register vif */
log(LOG_ERR, 0,
"cannot install the Register vif: too many interfaces");
/* To make lint happy */
return (FALSE);
/* Exit the program! The PIM router must have a Register vif */
log(LOG_ERR, 0,
"cannot install the Register vif: too many interfaces");
/* To make lint happy */
return (FALSE);
}

/*
Expand Down

0 comments on commit 0b3154d

Please sign in to comment.