From 3e85eba00fb604160bba53be88c1e325dd24f460 Mon Sep 17 00:00:00 2001 From: Martchus Date: Wed, 14 Mar 2018 17:56:37 +0100 Subject: [PATCH] Apply clang-format --- settings.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/settings.h b/settings.h index 001e436..ae4cc4b 100644 --- a/settings.h +++ b/settings.h @@ -86,7 +86,8 @@ struct TagCreationSettings { #else constexpr #endif - TagCreationSettings &setFlag(TagCreationFlags flag, bool enabled); + TagCreationSettings & + setFlag(TagCreationFlags flag, bool enabled); }; #if __GNUC__ < 7 || (__GNUC__ == 7 && __GNUC_MINOR__ < 2) @@ -94,7 +95,8 @@ inline #else constexpr #endif -TagCreationSettings &TagCreationSettings::setFlag(TagCreationFlags flag, bool enabled) + TagCreationSettings & + TagCreationSettings::setFlag(TagCreationFlags flag, bool enabled) { if (enabled) { flags |= flag;