From 42f4c4ac07459946a6de71bf8887f878bc1758c8 Mon Sep 17 00:00:00 2001
From: deuce <>
Date: Tue, 20 Dec 2005 18:44:42 +0000
Subject: [PATCH] Fix-up long lines.

---
 src/xpdev/xpprintf.c | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/src/xpdev/xpprintf.c b/src/xpdev/xpprintf.c
index 7ed05eb06a..f7d2dc2bf0 100644
--- a/src/xpdev/xpprintf.c
+++ b/src/xpdev/xpprintf.c
@@ -6,8 +6,10 @@
 #include "xpprintf.h"
 
 /* MSVC Sucks - can't tell the required len of a *printf() */
-#define MAX_ARG_LEN		1024			/* MAX_ARG_LEN is the maximum length possible as a result of a format which
-										 * is not %s */
+#define MAX_ARG_LEN		1024			/* MAX_ARG_LEN is the maximum length
+										 * possible as a result of a format
+										 * which is not %s
+										 */
 
 /* Maximum length of a format specifier including the % */
 #define MAX_FORMAT_LEN	256
-- 
GitLab