From c63f9e09579ba88c4b9510ccce062fbc767fd3a6 Mon Sep 17 00:00:00 2001
From: Damien Doligez <damien.doligez-inria.fr>
Date: Sat, 9 Mar 2013 22:38:52 +0000
Subject: fix a few problems with whitespace and over-long lines

git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@13393 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
---
 stdlib/headernt.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

(limited to 'stdlib/headernt.c')

diff --git a/stdlib/headernt.c b/stdlib/headernt.c
index bb04dbea8..aa113ac9d 100644
--- a/stdlib/headernt.c
+++ b/stdlib/headernt.c
@@ -155,7 +155,8 @@ void __declspec(noreturn) __cdecl headerentry()
     DWORD numwritten;
     errh = GetStdHandle(STD_ERROR_HANDLE);
     WriteFile(errh, truename, strlen(truename), &numwritten, NULL);
-    WriteFile(errh, msg_and_length(" not found or is not a bytecode executable file\r\n"),
+    WriteFile(errh, msg_and_length(" not found or is not a bytecode"
+                                   " executable file\r\n"),
               &numwritten, NULL);
     ExitProcess(2);
 #if _MSC_VER >= 1200
-- 
cgit v1.2.3-70-g09d2