diff --git a/Framework/DataHandling/src/LoadBBY.cpp b/Framework/DataHandling/src/LoadBBY.cpp index 010a2e938d908f3b6af7deea60beb2749e24bed3..5c670badbacd110171d22b117186b3d4f9f54c32 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);