summaryrefslogtreecommitdiff
path: root/ext/pdo_mysql/get_error_codes.php
diff options
context:
space:
mode:
Diffstat (limited to 'ext/pdo_mysql/get_error_codes.php')
-rw-r--r--ext/pdo_mysql/get_error_codes.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/pdo_mysql/get_error_codes.php b/ext/pdo_mysql/get_error_codes.php
index a1ed85016c..4605df564a 100644
--- a/ext/pdo_mysql/get_error_codes.php
+++ b/ext/pdo_mysql/get_error_codes.php
@@ -15,7 +15,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";
@@ -23,5 +23,5 @@
echo "#endif\n";
}
-
+
?>