Skip to content

Commit 0a083a3

Browse files
committed
lint
1 parent b099760 commit 0a083a3

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/logging.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ void fprint_int(int fd, int num) {
2020
sys_write(fd, int_str, len);
2121
}
2222

23-
// For troubleshooting purposes: output contents of /proc/self/cmdline to the log file
23+
// For troubleshooting purposes: output contents of /proc/self/cmdline to the
24+
// log file
2425
void _output_cmdline() {
2526
char buf[1024];
2627
int cmdline_fd = sys_open("/proc/self/cmdline", O_RDONLY, 0);

0 commit comments

Comments
 (0)