From 5e761f292ef7e5ca29cb7c63b8ee59dbe0d49147 Mon Sep 17 00:00:00 2001 From: Julian Maurice Date: Fri, 25 Jul 2014 15:50:29 +0200 Subject: [PATCH] Bug 12375: QA followup - remove trailing whitespace --- installer/data/mysql/updatedatabase.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/data/mysql/updatedatabase.pl b/installer/data/mysql/updatedatabase.pl index d4aaef5..100efe1 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -8608,7 +8608,7 @@ if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) { ) = split( /__SPLIT__/, $serialseq ); } else - { ## Nothing to split on means the only thing in serialseq is a single placeholder e.g. {X} + { ## Nothing to split on means the only thing in serialseq is a single placeholder e.g. {X} $enumeration_data{ $indexes[0] } = $serialseq; } -- 1.7.10.4