From 50afd6e2c049436be52a442af23a4efa6e858c9d Mon Sep 17 00:00:00 2001
From: Hayley Mapley <hayleymapley@catalyst.net.nz>
Date: Sun, 3 Mar 2019 22:26:54 +0000
Subject: [PATCH] Bug 18584: remove trailing space from C4/XSLT.pm

Test plan:
1) Open C4/XSLT.pm and confirm that the trailing space at line 313 is
gone.
2) Sign off.

Signed-off-by: Hayley Mapley <hayleymapley@catalyst.net.nz>
---
 C4/XSLT.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/C4/XSLT.pm b/C4/XSLT.pm
index bf2647ab74..f434fa4fdc 100644
--- a/C4/XSLT.pm
+++ b/C4/XSLT.pm
@@ -310,7 +310,7 @@ sub buildKohaItemsNamespace {
                 $status = "Lost";
             }
             if ($item->{damaged}) {
-                $status = "Damaged"; 
+                $status = "Damaged";
             }
             if (defined $transfertwhen && $transfertwhen ne '') {
                 $status = 'In transit';
-- 
2.11.0