mirror of
https://github.com/curl/curl.git
synced 2026-07-28 09:03:06 +03:00
tool_vms.c whitespace
This commit is contained in:
parent
427f65beb8
commit
011cd0d138
1 changed files with 2 additions and 2 deletions
|
|
@ -26,7 +26,7 @@
|
|||
#ifdef __VMS
|
||||
|
||||
#if defined(__DECC) && !defined(__VAX) && \
|
||||
defined(__CRTL_VER) && (__CRTL_VER >= 70301000)
|
||||
defined(__CRTL_VER) && (__CRTL_VER >= 70301000)
|
||||
#include <unixlib.h>
|
||||
#endif
|
||||
|
||||
|
|
@ -107,7 +107,7 @@ void vms_special_exit(int code, int vms_show)
|
|||
}
|
||||
|
||||
#if defined(__DECC) && !defined(__VAX) && \
|
||||
defined(__CRTL_VER) && (__CRTL_VER >= 70301000)
|
||||
defined(__CRTL_VER) && (__CRTL_VER >= 70301000)
|
||||
|
||||
/*
|
||||
* 2004-09-19 SMS.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue