updated for version 7.0052
diff --git a/src/gui_w32.c b/src/gui_w32.c
index 23feb6f..d6d37c4 100644
--- a/src/gui_w32.c
+++ b/src/gui_w32.c
@@ -4051,7 +4051,8 @@
     if (beval == NULL)
 	return;
     TRACE0("gui_mch_enable_beval_area {{{");
-    BevalTimerId = SetTimer(s_textArea, 0, p_bdlay / 2, (TIMERPROC)BevalTimerProc);
+    BevalTimerId = SetTimer(s_textArea, 0, p_bdlay / 2,
+						   (TIMERPROC)BevalTimerProc);
     TRACE0("gui_mch_enable_beval_area }}}");
 }