From 139a3ff547bec7e7a4e47e6506ae65b557763a0b Mon Sep 17 00:00:00 2001 From: Kipp Cannon <kipp.cannon@ligo.org> Date: Fri, 1 Jul 2016 11:42:43 +0900 Subject: [PATCH] framecpp_channeldemux: whitespace --- gstlal-ugly/gst/framecpp/framecpp_channeldemux.cc | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/gstlal-ugly/gst/framecpp/framecpp_channeldemux.cc b/gstlal-ugly/gst/framecpp/framecpp_channeldemux.cc index 1de7dd91a4..113036c5f4 100644 --- a/gstlal-ugly/gst/framecpp/framecpp_channeldemux.cc +++ b/gstlal-ugly/gst/framecpp/framecpp_channeldemux.cc @@ -865,13 +865,10 @@ static GstFlowReturn chain(GstPad *pad, GstObject *parent, GstBuffer *inbuf) verifier.CheckFileChecksumOnly(true); #if VERIFY_THROWS_EXCEPTION - try - { - verifier(ifs); - } - catch( const FrameCPP::Common::VerifyException& E ) - { - throw std::runtime_error( E.what( ) ); + try { + verifier(ifs); + } catch(const FrameCPP::Common::VerifyException& E) { + throw std::runtime_error(E.what()); } #else if(verifier(ifs) != 0) -- GitLab