From bf50bf0d4d43695401d61a6ac63fe62fea3dea3c Mon Sep 17 00:00:00 2001
From: Matthew Andrew <matthew.andrew@stfc.ac.uk>
Date: Wed, 27 Jun 2018 11:36:23 +0100
Subject: [PATCH] Removed whitespace and updated release notes Re #22618

---
 docs/source/release/v3.13.0/framework.rst |  1 +
 instrument/LARMOR_Definition.xml          | 16 ++++++++--------
 2 files changed, 9 insertions(+), 8 deletions(-)

diff --git a/docs/source/release/v3.13.0/framework.rst b/docs/source/release/v3.13.0/framework.rst
index 7d0ec174d81..edfc64e0096 100644
--- a/docs/source/release/v3.13.0/framework.rst
+++ b/docs/source/release/v3.13.0/framework.rst
@@ -13,6 +13,7 @@ Instrument Definition Updates
 -----------------------------
 
 - The ALF IDF has been updated following a detector array alteration.
+- The LARMOR IDF has been updated following the addition of a new detector to the instrument.
 
 Algorithms
 ----------
diff --git a/instrument/LARMOR_Definition.xml b/instrument/LARMOR_Definition.xml
index 0220d13960c..236193919d0 100644
--- a/instrument/LARMOR_Definition.xml
+++ b/instrument/LARMOR_Definition.xml
@@ -259,28 +259,28 @@
  
  <type name="LARMORWLSFDetector">
 	<component type="WLSF-panel">
-		<location  x=" 0.2345  " z="  1.090062    " name="WLSF-Panel1"> <facing x="0" y="0" z="25.3"/> </location>
+		<location  x="0.2345" z="1.090062" name="WLSF-Panel1"> <facing x="0" y="0" z="25.3"/> </location>
 	</component>
 	<component type="WLSF-panel">
-		<location  x=" 0.1675  " z="  1.102347    " name="WLSF-Panel2"> <facing x="0" y="0" z="25.3"/> </location>
+		<location  x="0.1675" z="1.102347" name="WLSF-Panel2"> <facing x="0" y="0" z="25.3"/> </location>
 	</component>
 	<component type="WLSF-panel">
-		<location  x=" 0.1005  " z="  1.110462    " name="WLSF-Panel3"> <facing x="0" y="0" z="25.3"/> </location>
+		<location  x="0.1005" z="1.110462" name="WLSF-Panel3"> <facing x="0" y="0" z="25.3"/> </location>
 	</component>
 	<component type="WLSF-panel">
-		<location  x=" 0.0335  " z="  1.114497    " name="WLSF-Panel4"> <facing x="0" y="0" z="25.3"/> </location>
+		<location  x="0.0335" z="1.114497" name="WLSF-Panel4"> <facing x="0" y="0" z="25.3"/> </location>
 	</component>
 	<component type="WLSF-panel">
-		<location  x=" -0.0335  " z="  1.114497   " name="WLSF-Panel5"> <facing x="0" y="0" z="25.3"/> </location>
+		<location  x="-0.0335" z="1.114497" name="WLSF-Panel5"> <facing x="0" y="0" z="25.3"/> </location>
 	</component>
 	<component type="WLSF-panel">
-		<location  x=" -0.1005  " z="  1.110462   " name="WLSF-Panel6"> <facing x="0" y="0" z="25.3"/> </location>
+		<location  x="-0.1005" z="1.110462" name="WLSF-Panel6"> <facing x="0" y="0" z="25.3"/> </location>
 	</component>
 	<component type="WLSF-panel">
-		<location  x=" -0.1675  " z="  1.102347    " name="WLSF-Panel7"> <facing x="0" y="0" z="25.3"/> </location>
+		<location  x="-0.1675" z="1.102347" name="WLSF-Panel7"> <facing x="0" y="0" z="25.3"/> </location>
 	</component>
 	<component type="WLSF-panel">
-		<location  x=" -0.2345  " z="  1.090062    " name="WLSF-Panel8"> <facing x="0" y="0" z="25.3"/> </location>
+		<location  x="-0.2345" z="1.090062" name="WLSF-Panel8"> <facing x="0" y="0" z="25.3"/> </location>
 	</component>
  </type>
 
-- 
GitLab