summaryrefslogtreecommitdiffstats
path: root/usr.sbin/config.new/util.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/config.new/util.c')
-rw-r--r--usr.sbin/config.new/util.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/config.new/util.c b/usr.sbin/config.new/util.c
index 6ef37db..12f955c 100644
--- a/usr.sbin/config.new/util.c
+++ b/usr.sbin/config.new/util.c
@@ -1,4 +1,4 @@
-/*
+/*
* Copyright (c) 1992, 1993
* The Regents of the University of California. All rights reserved.
*
@@ -55,7 +55,7 @@
static void nomem __P((void));
static void vxerror __P((const char *, int, const char *, va_list));
-/*
+/*
* Malloc, with abort on error.
*/
void *
@@ -69,7 +69,7 @@ emalloc(size)
return (p);
}
-/*
+/*
* Realloc, with abort on error.
*/
void *
OpenPOWER on IntegriCloud