no changes, just de-TAB-bed

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55385 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2008-08-30 22:01:20 +00:00
parent f35f85a99c
commit 2c6dbc21b9
10 changed files with 35 additions and 35 deletions

View File

@@ -1196,10 +1196,10 @@
#if (__VMS_VER < 80200000)
# define SetReqLen(req,n,badlen) \
if ((req->length + n) > (unsigned)65535) { \
n = badlen; \
req->length += n; \
n = badlen; \
req->length += n; \
} else \
req->length += n
req->length += n
#endif
#ifdef __cplusplus