From 37c329d7153b65fd2430fa42e8af8e8a0cbc0a41 Mon Sep 17 00:00:00 2001 From: Peter Kokot Date: Sat, 13 Oct 2018 14:17:28 +0200 Subject: Trim trailing whitespace in source code files --- ext/pdo_mysql/get_error_codes.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ext/pdo_mysql/get_error_codes.php') diff --git a/ext/pdo_mysql/get_error_codes.php b/ext/pdo_mysql/get_error_codes.php index 93f523ed20..4c956f8c4e 100755 --- a/ext/pdo_mysql/get_error_codes.php +++ b/ext/pdo_mysql/get_error_codes.php @@ -16,7 +16,7 @@ fputs(STDERR, "input doesn't look like a MySQL sql_state.h file\n"); exit(3); } - + echo "/* DO NOT EDIT THIS FILE!!! It is auto generated by get_error_codes.php */\n"; foreach ($codes as $code => $state) { echo "#ifdef $code\n"; @@ -24,5 +24,5 @@ echo "#endif\n"; } - + ?> -- cgit v1.2.1