tzsetup: appease checkstyle9

This commit is contained in:
Yuri Pankov 2023-04-27 20:26:16 +02:00
parent cfd0217aa9
commit 08ed87514f

View File

@ -67,7 +67,7 @@ __FBSDID("$FreeBSD$");
#define _PATH_WALL_CMOS_CLOCK "/etc/wall_cmos_clock"
#ifdef PATH_MAX
#define SILLY_BUFFER_SIZE 2*PATH_MAX
#define SILLY_BUFFER_SIZE (2 * PATH_MAX)
#else
#warning "Somebody needs to fix this to dynamically size this buffer."
#define SILLY_BUFFER_SIZE 2048
@ -858,7 +858,7 @@ main(int argc, char **argv)
skiputc = 1;
while ((c = getopt(argc, argv, "C:d:nrs")) != -1) {
switch(c) {
switch (c) {
case 'C':
chrootenv = optarg;
break;