diff options
| author | Gabriel Caruso <carusogabriel34@gmail.com> | 2017-12-31 05:35:25 +0100 |
|---|---|---|
| committer | Christoph M. Becker <cmbecker69@gmx.de> | 2018-01-03 14:38:00 +0100 |
| commit | 64002648562362b97fcb78b68366b1b2118ffd5b (patch) | |
| tree | bd764caf78ed4982cb4ceeb216755cd9eb9952df /win32/winutil.c | |
| parent | a76eeea73608e2d4d088a1c00ec985907e327d24 (diff) | |
| download | php-git-64002648562362b97fcb78b68366b1b2118ffd5b.tar.gz | |
Trailing whitespaces
Signed-off-by: Gabriel Caruso <carusogabriel34@gmail.com>
Diffstat (limited to 'win32/winutil.c')
| -rw-r--r-- | win32/winutil.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/winutil.c b/win32/winutil.c index 3dcde231c4..4508b3ed34 100644 --- a/win32/winutil.c +++ b/win32/winutil.c @@ -123,7 +123,7 @@ PHP_WINUTIL_API int php_win32_code_to_errno(unsigned long w32Err) int eerrno; }; - static const struct code_to_errno_map errmap[] = + static const struct code_to_errno_map errmap[] = { /* 1 */ { ERROR_INVALID_FUNCTION , EINVAL } /* 2 */ , { ERROR_FILE_NOT_FOUND , ENOENT } |
