79-character rule must be obeyed

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2026-03-17 21:40:25 +00:00
parent 182ea65774
commit f5104c5893
+3 -1
View File
@@ -2633,7 +2633,9 @@ x_i_mkstemp(char *template)
unsigned long len;
char *p;
char ch[] = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789";
char ch[] =
"abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789";
unsigned long r;
len = xstrxlen(template, PATH_LEN);