From d3c59cbff35a64b0629df0e6310f06ccf67e4f6b Mon Sep 17 00:00:00 2001 From: Andrew Wood Date: Sat, 20 Apr 2024 21:31:17 +0100 Subject: [PATCH] Minor comment formatting correction. --- src/main/remote.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/remote.c b/src/main/remote.c index f68976c..de2f18a 100644 --- a/src/main/remote.c +++ b/src/main/remote.c @@ -87,7 +87,8 @@ static FILE *pv__control_file(char *filename, size_t bufsize, pid_t control_pid, if ('\0' == home_dir[0]) return NULL; - /* flawfinder rationale: null and zero-size values are + /* + * flawfinder rationale: null and zero-size values are * rejected, and the destination buffer is bounded. */