Fix up indentation.

This commit is contained in:
Todd C. Miller
2023-07-01 16:03:33 -06:00
parent 575e4ab2fe
commit 04c7e910ef
7 changed files with 8 additions and 8 deletions

View File

@@ -406,7 +406,7 @@ send_mail(const struct eventlog *evlog, const char *message)
strerror(errno));
sudo_debug_exit(__func__, __FILE__, __LINE__, sudo_debug_subsys);
_exit(EXIT_FAILURE);
/* NOTREACHED */
/* NOTREACHED */
case 0:
/* Grandchild continues below. */
sudo_debug_enter(__func__, __FILE__, __LINE__, sudo_debug_subsys);
@@ -414,7 +414,7 @@ send_mail(const struct eventlog *evlog, const char *message)
default:
/* Parent will wait for us. */
_exit(EXIT_SUCCESS);
/* NOTREACHED */
/* NOTREACHED */
}
break;
default: