summaryrefslogtreecommitdiffstats
path: root/usr.bin/error/subr.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/error/subr.c')
-rw-r--r--usr.bin/error/subr.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/error/subr.c b/usr.bin/error/subr.c
index 6346e04..29b416a 100644
--- a/usr.bin/error/subr.c
+++ b/usr.bin/error/subr.c
@@ -206,7 +206,7 @@ boolean persperdexplode(string, r_perd, r_pers)
*r_pers = strsave(string);
*cp = '(';
return(TRUE);
- }
+ }
}
return(FALSE);
}
@@ -237,7 +237,7 @@ boolean qpersperdexplode(string, r_perd, r_pers)
*r_pers = strsave(string + 1);
*(cp - 1) = '"';
return(TRUE);
- }
+ }
}
return(FALSE);
}
@@ -383,7 +383,7 @@ int wordvcmp(wordv1, wordc, wordv2)
}
return(0); /* they are equal */
}
-
+
/*
* splice a 0 basedword vector onto the tail of a
* new wordv, allowing the first emptyhead slots to be empty
OpenPOWER on IntegriCloud