fix extra ws
authorMichael Wallner <mike@php.net>
Mon, 6 Feb 2017 12:07:40 +0000 (13:07 +0100)
committerMichael Wallner <mike@php.net>
Mon, 6 Feb 2017 12:07:40 +0000 (13:07 +0100)
m4/psi/psi_const.m4

index e0b67a36751726874e0b0f919755157e3592c891..6210ef9ec0f7f6d7a62394756f77784e61a7ecd4 100644 (file)
@@ -9,8 +9,7 @@ psi_add_str_const() {
 # Add a pre-defined int constant to $PSI_CONSTS_H
 psi_add_int_const() {
        PSI_CONSTS="$PSI_CONSTS
 # Add a pre-defined int constant to $PSI_CONSTS_H
 psi_add_int_const() {
        PSI_CONSTS="$PSI_CONSTS
-       {PSI_T_INT, \"int\", \"psi\\\\$1\", \"$2\", PSI_T_NUMBER}, 
-"
+       {PSI_T_INT, \"int\", \"psi\\\\$1\", \"$2\", PSI_T_NUMBER},"
 }
 
 dnl PSI_CONST(const name, type)
 }
 
 dnl PSI_CONST(const name, type)