From 43dd36fadbd592bf65f5ef26f3b8cdf80b62c031 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 files changed, 1 insertions(+), 1 deletions(-) diff --git a/installer/data/mysql/updatedatabase.pl b/installer/data/mysql/updatedatabase.pl index 78b80bc..ee25520 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -10687,7 +10687,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.2.5