From c604c8cff38d8091e32dedd8470c1baf00b36fd1 Mon Sep 17 00:00:00 2001
From: mantid-builder <mantid-buildserver@mantidproject.org>
Date: Tue, 26 Apr 2016 08:03:16 +0100
Subject: [PATCH] clang-format PR15987 15897f4

Signed-off-by: David Mannicke <davidm@ansto.gov.au>
---
 Framework/DataHandling/test/LoadBBYTest.h | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/Framework/DataHandling/test/LoadBBYTest.h b/Framework/DataHandling/test/LoadBBYTest.h
index 6f84d5aca58..95bae4d4288 100644
--- a/Framework/DataHandling/test/LoadBBYTest.h
+++ b/Framework/DataHandling/test/LoadBBYTest.h
@@ -73,8 +73,10 @@ public:
     // test data properties
     TS_ASSERT_EQUALS(run.getPropertyValueAsType<int>("att_pos"), 1);
     TS_ASSERT_EQUALS(run.getPropertyValueAsType<int>("frame_count"), 4);
-    TS_ASSERT_DELTA(run.getPropertyValueAsType<double>("period"), 20000.0, 1.0e-5);
-    TS_ASSERT_DELTA(run.getPropertyValueAsType<double>("bm_counts"), 0.0800, 1.0e-5);
+    TS_ASSERT_DELTA(run.getPropertyValueAsType<double>("period"), 20000.0,
+                    1.0e-5);
+    TS_ASSERT_DELTA(run.getPropertyValueAsType<double>("bm_counts"), 0.0800,
+                    1.0e-5);
 
     // test instrument setup
     TS_ASSERT_DELTA(dynamic_cast<TimeSeriesProperty<double> *>(
-- 
GitLab