From 2911b5eb43c36fc6959b54eeebba5e3e68713398 Mon Sep 17 00:00:00 2001 From: Owen Arnold <owen.arnold@stfc.ac.uk> Date: Thu, 8 Oct 2015 16:15:14 +0100 Subject: [PATCH] refs #13893. Re Format --- Framework/DataHandling/src/LoadBBY.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Framework/DataHandling/src/LoadBBY.cpp b/Framework/DataHandling/src/LoadBBY.cpp index 010a2e938d9..5c670badbac 100644 --- a/Framework/DataHandling/src/LoadBBY.cpp +++ b/Framework/DataHandling/src/LoadBBY.cpp @@ -365,8 +365,9 @@ void LoadBBY::exec() { 1.0e6); // static_cast<double>(instrumentInfo.bm_counts) // currently - Kernel::time_duration duration = boost::posix_time::microseconds( - static_cast<boost::int64_t>(static_cast<double>(eventCounter.numFrames()) * period)); + Kernel::time_duration duration = + boost::posix_time::microseconds(static_cast<boost::int64_t>( + static_cast<double>(eventCounter.numFrames()) * period)); Kernel::DateAndTime start_time("2000-01-01T00:00:00"); Kernel::DateAndTime end_time(start_time + duration); -- GitLab