summaryrefslogtreecommitdiffstats
path: root/libexec/ypxfr/ypxfr_misc.c
diff options
context:
space:
mode:
Diffstat (limited to 'libexec/ypxfr/ypxfr_misc.c')
-rw-r--r--libexec/ypxfr/ypxfr_misc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/ypxfr/ypxfr_misc.c b/libexec/ypxfr/ypxfr_misc.c
index 5371ce0..0682def 100644
--- a/libexec/ypxfr/ypxfr_misc.c
+++ b/libexec/ypxfr/ypxfr_misc.c
@@ -49,7 +49,7 @@ struct dom_binding {};
char *ypxfrerr_string(code)
ypxfrstat code;
{
- switch(code) {
+ switch (code) {
case YPXFR_SUCC:
return ("Map successfully transferred");
break;
@@ -194,7 +194,7 @@ failed"));
return((char *)&mastername);
}
}
-
+
unsigned long ypxfr_get_order(domain, map, source, yplib)
char *domain;
char *map;
OpenPOWER on IntegriCloud