From 8ddfe1c32ca9946948ca1df8554ca22f00c1d316 Mon Sep 17 00:00:00 2001 From: Greg Lehey Date: Sun, 30 Dec 2007 22:04:04 +0000 Subject: [PATCH] style(9) --- usr.bin/calendar/io.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.bin/calendar/io.c b/usr.bin/calendar/io.c index 6eb39f9a06d..56687053ae9 100644 --- a/usr.bin/calendar/io.c +++ b/usr.bin/calendar/io.c @@ -350,7 +350,7 @@ opencal(void) } if (!found) errx(1, "can't open calendar file \"%s\": %s (%d)", - calendarFile, strerror (errno), errno); + calendarFile, strerror(errno), errno); } } if (pipe(pdes) < 0) -- 2.45.0