Skip to content

Commit 2238403

Browse files
committed
Trailing whitespaces on ext/*
Signed-off-by: Gabriel Caruso <[email protected]>
1 parent 0e3dede commit 2238403

File tree

20 files changed

+646
-646
lines changed

20 files changed

+646
-646
lines changed

ext/fileinfo/libmagic/cdf.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ typedef struct {
274274
typedef struct {
275275
uint16_t ce_namlen;
276276
uint32_t ce_num;
277-
uint64_t ce_timestamp;
277+
uint64_t ce_timestamp;
278278
uint16_t ce_name[256];
279279
} cdf_catalog_entry_t;
280280

ext/fileinfo/libmagic/elfclass.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Copyright (c) Christos Zoulas 2008.
33
* All Rights Reserved.
4-
*
4+
*
55
* Redistribution and use in source and binary forms, with or without
66
* modification, are permitted provided that the following conditions
77
* are met:
@@ -11,7 +11,7 @@
1111
* 2. Redistributions in binary form must reproduce the above copyright
1212
* notice, this list of conditions and the following disclaimer in the
1313
* documentation and/or other materials provided with the distribution.
14-
*
14+
*
1515
* THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
1616
* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1717
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE

ext/fileinfo/libmagic/patchlevel.h

+5-5
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* $Log$
1717
* Revision 1.9 2016/10/11 22:27:12 ab
1818
* Update libmagic to 5.28
19-
*
19+
*
2020
* $Log$
2121
* Revision 1.9 2015/03/06 22:27:12 ab
2222
* Update libmagic to 5.2X
@@ -369,14 +369,14 @@
369369
* Numerous changes from Guy Harris too numerous to mention but including
370370
* byte-order independance, fixing "old-style masking", etc. etc. A bugfix
371371
* for broken symlinks from martin@@d255s004.zfe.siemens.de.
372-
*
372+
*
373373
* Revision 1.7 93/01/05 14:57:27 ian
374374
* Couple of nits picked by Christos (again, thanks).
375-
*
375+
*
376376
* Revision 1.6 93/01/05 13:51:09 ian
377377
* Lotsa work on the Magic directory.
378-
*
378+
*
379379
* Revision 1.5 92/09/14 14:54:51 ian
380380
* Fix a tiny null-pointer bug in previous fix for tar archive + uncompress.
381-
*
381+
*
382382
*/

ext/mbstring/oniguruma/src/oniguruma.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ typedef struct {
143143
OnigCodePoint one_or_more_time;
144144
OnigCodePoint anychar_anytime;
145145
} OnigMetaCharTableType;
146-
146+
147147
typedef int (*OnigApplyAllCaseFoldFunc)(OnigCodePoint from, OnigCodePoint* to, int to_len, void* arg);
148148

149149
typedef struct OnigEncodingTypeST {
@@ -549,7 +549,7 @@ ONIG_EXTERN OnigSyntaxType* OnigDefaultSyntax;
549549
#define ONIGERR_SPECIFIED_ENCODING_CANT_CONVERT_TO_WIDE_CHAR -22
550550
#define ONIGERR_FAIL_TO_INITIALIZE -23
551551
/* general error */
552-
#define ONIGERR_INVALID_ARGUMENT -30
552+
#define ONIGERR_INVALID_ARGUMENT -30
553553
/* syntax error */
554554
#define ONIGERR_END_PATTERN_AT_LEFT_BRACE -100
555555
#define ONIGERR_END_PATTERN_AT_LEFT_BRACKET -101

ext/mbstring/oniguruma/src/regenc.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,6 @@ ONIG_EXTERN const unsigned short OnigEncAsciiCtypeTable[];
238238
#define ONIGENC_IS_ASCII_CODE_CASE_AMBIG(code) \
239239
(ONIGENC_IS_ASCII_CODE_CTYPE(code, ONIGENC_CTYPE_UPPER) ||\
240240
ONIGENC_IS_ASCII_CODE_CTYPE(code, ONIGENC_CTYPE_LOWER))
241-
241+
242242

243243
#endif /* REGENC_H */

ext/mbstring/unicode_data.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* This file was generated from a modified version UCData's ucgendat.
22
*
33
* DO NOT EDIT THIS FILE!
4-
*
4+
*
55
* Instead, compile ucgendat.c (bundled with PHP in ext/mbstring), download
66
* the appropriate UnicodeData-x.x.x.txt and CompositionExclusions-x.x.x.txt
77
* files from http://www.unicode.org/Public/ and run this program.

ext/oci8/php_oci8_int.h

+9-9
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ extern zend_class_entry *oci_coll_class_entry_ptr;
9898
#define PHP_OCI_ERRBUF_LEN OCI_ERROR_MAXMSG_SIZE2
9999
#else
100100
#define PHP_OCI_ERRBUF_LEN OCI_ERROR_MAXMSG_SIZE
101-
#endif
101+
#endif
102102

103103
/* The mode parameter for oci_connect() is overloaded and accepts both
104104
* privilege and external authentication flags OR'd together.
@@ -136,7 +136,7 @@ typedef struct {
136136
/* }}} */
137137

138138
/* {{{ php_oci_connection */
139-
typedef struct {
139+
typedef struct {
140140
zend_resource *id; /* resource ID */
141141
OCIEnv *env; /* private env handle */
142142
ub2 charset; /* charset ID */
@@ -170,7 +170,7 @@ typedef struct {
170170
/* }}} */
171171

172172
/* {{{ php_oci_descriptor */
173-
typedef struct {
173+
typedef struct {
174174
zend_resource *id;
175175
zend_ulong index; /* descriptors hash table index */
176176
php_oci_connection *connection; /* parent connection handle */
@@ -187,15 +187,15 @@ typedef struct {
187187
/* }}} */
188188

189189
/* {{{ php_oci_lob_ctx */
190-
typedef struct {
190+
typedef struct {
191191
char **lob_data; /* address of pointer to LOB data */
192192
ub4 *lob_len; /* address of LOB length variable (bytes) */
193193
ub4 alloc_len;
194194
} php_oci_lob_ctx;
195195
/* }}} */
196196

197197
/* {{{ php_oci_collection */
198-
typedef struct {
198+
typedef struct {
199199
zend_resource *id;
200200
php_oci_connection *connection; /* parent connection handle */
201201
OCIType *tdo; /* collection's type handle */
@@ -208,7 +208,7 @@ typedef struct {
208208
/* }}} */
209209

210210
/* {{{ php_oci_define */
211-
typedef struct {
211+
typedef struct {
212212
zval val; /* zval used in define */
213213
text *name; /* placeholder's name */
214214
ub4 name_len; /* placeholder's name length */
@@ -217,7 +217,7 @@ typedef struct {
217217
/* }}} */
218218

219219
/* {{{ php_oci_statement */
220-
typedef struct {
220+
typedef struct {
221221
zend_resource *id;
222222
zend_resource *parent_stmtid; /* parent statement id */
223223
struct php_oci_statement *impres_child_stmt;/* child of current Implicit Result Set statement handle */
@@ -242,7 +242,7 @@ typedef struct {
242242
/* }}} */
243243

244244
/* {{{ php_oci_bind */
245-
typedef struct {
245+
typedef struct {
246246
OCIBind *bind; /* bind handle */
247247
zval val; /* value */
248248
dvoid *descriptor; /* used for binding of LOBS etc */
@@ -265,7 +265,7 @@ typedef struct {
265265
/* }}} */
266266

267267
/* {{{ php_oci_out_column */
268-
typedef struct {
268+
typedef struct {
269269
php_oci_statement *statement; /* statement handle. used when fetching REFCURSORS */
270270
php_oci_statement *nested_statement; /* statement handle. used when fetching REFCURSORS */
271271
OCIDefine *oci_define; /* define handle */

ext/pcre/pcre2lib/pcre2.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ POSSIBILITY OF SUCH DAMAGE.
4343

4444
#define PCRE2_MAJOR 10
4545
#define PCRE2_MINOR 30
46-
#define PCRE2_PRERELEASE
46+
#define PCRE2_PRERELEASE
4747
#define PCRE2_DATE 2017-08-14
4848

4949
/* When an application links to a PCRE DLL in Windows, the symbols that are

ext/pdo_firebird/php_pdo_firebird_int.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ typedef void (*info_func_t)(char*);
6262
#endif
6363

6464
#if defined(_LP64) || defined(__LP64__) || defined(__arch64__) || defined(_WIN64)
65-
# define PDO_FIREBIRD_HANDLE_INITIALIZER 0U
65+
# define PDO_FIREBIRD_HANDLE_INITIALIZER 0U
6666
#else
6767
# define PDO_FIREBIRD_HANDLE_INITIALIZER NULL
6868
#endif

0 commit comments

Comments
 (0)