From 68893d4fe975bbd5cd6eb4242e3f21988bdcbd85 Mon Sep 17 00:00:00 2001 From: Bill Somerville Date: Sat, 1 Feb 2020 23:56:35 +0000 Subject: [PATCH] Tidy formatting --- qt_helpers.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/qt_helpers.hpp b/qt_helpers.hpp index cf86f585b..04e082e66 100644 --- a/qt_helpers.hpp +++ b/qt_helpers.hpp @@ -31,12 +31,12 @@ auto const& me = mo.enumerator (mo.indexOfEnumerator (#ENUM)); \ if (buffer) \ { \ - v = static_cast (me.keyToValue (buffer, &ok)); \ - delete [] buffer; \ + v = static_cast (me.keyToValue (buffer, &ok)); \ + delete [] buffer; \ } \ if (!ok) \ { \ - v = static_cast (me.value (0)); \ + v = static_cast (me.value (0)); \ } \ return is; \ }