Skip to content

Commit be4b072

Browse files
committed
format
1 parent 40c44d8 commit be4b072

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/sentry_os.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,8 @@ sentry__get_os_context(void)
340340
* it exists, and only fall back to /usr/lib/os-release if it is missing.
341341
* Applications should not read data from both files at the same time.
342342
*
343-
* From: https://www.freedesktop.org/software/systemd/man/latest/os-release.html#Description
343+
* From:
344+
* https://www.freedesktop.org/software/systemd/man/latest/os-release.html#Description
344345
*/
345346
sentry_value_t os_dist = get_linux_os_release("/etc/os-release");
346347
if (sentry_value_is_null(os_dist)) {

0 commit comments

Comments
 (0)