Skip to content

Commit 471da3e

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

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

sapi/fpm/fpm/fpm_sockets.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
#if (__FreeBSD__) || (__OpenBSD__)
2020
#define FPM_BACKLOG_DEFAULT -1
2121
#else
22-
#define FPM_BACKLOG_DEFAULT 511
22+
#define FPM_BACKLOG_DEFAULT 511
2323
#endif
2424

2525
enum fpm_address_domain fpm_sockets_domain_from_address(char *addr);

sapi/phpdbg/phpdbg_parser.h

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
/* A Bison parser, made by GNU Bison 2.7.12-4996. */
22

33
/* Bison interface for Yacc-like parsers in C
4-
4+
55
Copyright (C) 1984, 1989-1990, 2000-2013 Free Software Foundation, Inc.
6-
6+
77
This program is free software: you can redistribute it and/or modify
88
it under the terms of the GNU General Public License as published by
99
the Free Software Foundation, either version 3 of the License, or
1010
(at your option) any later version.
11-
11+
1212
This program is distributed in the hope that it will be useful,
1313
but WITHOUT ANY WARRANTY; without even the implied warranty of
1414
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1515
GNU General Public License for more details.
16-
16+
1717
You should have received a copy of the GNU General Public License
1818
along with this program. If not, see <http://www.gnu.org/licenses/>. */
1919

@@ -26,7 +26,7 @@
2626
special exception, which will cause the skeleton and the resulting
2727
Bison output files to be licensed under the GNU General Public
2828
License without this special exception.
29-
29+
3030
This special exception was added by the Free Software Foundation in
3131
version 2.2 of Bison. */
3232

0 commit comments

Comments
 (0)