summaryrefslogtreecommitdiffstats
path: root/src/win/error.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/win/error.c')
-rw-r--r--src/win/error.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/win/error.c b/src/win/error.c
index 9b03bfe..24924ba 100644
--- a/src/win/error.c
+++ b/src/win/error.c
@@ -46,8 +46,8 @@ void uv_fatal_error(const int errorno, const char* syscall) {
errmsg = "Unknown error";
}
- /* FormatMessage messages include a newline character already, */
- /* so don't add another. */
+ /* FormatMessage messages include a newline character already, so don't add
+ * another. */
if (syscall) {
fprintf(stderr, "%s: (%d) %s", syscall, errorno, errmsg);
} else {