summaryrefslogtreecommitdiff
path: root/src/os/unix
diff options
context:
space:
mode:
Diffstat (limited to 'src/os/unix')
-rw-r--r--src/os/unix/crashlog_unix.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/os/unix/crashlog_unix.cpp b/src/os/unix/crashlog_unix.cpp
index 72d023825..ee86cb5ee 100644
--- a/src/os/unix/crashlog_unix.cpp
+++ b/src/os/unix/crashlog_unix.cpp
@@ -43,10 +43,10 @@ class CrashLogUnix : public CrashLog {
return buffer + seprintf(buffer, last,
"Operating system:\n"
- " Name: %s\n"
- " Release: %s\n"
- " Version: %s\n"
- " Machine: %s\n\n",
+ " Name: %s\n"
+ " Release: %s\n"
+ " Version: %s\n"
+ " Machine: %s\n",
name.sysname,
name.release,
name.version,