From 8f3d57320236147c8a83c3f72ed34f4c96a88c7f Mon Sep 17 00:00:00 2001 From: Michael Richey Date: Sun, 3 Dec 2017 11:12:18 -0600 Subject: [PATCH] Code Formatting Small things are killing me..... some concatenation is wrapped in spaces, some isn't.... Some functions start braces on the 2nd line, some don't I think this is the last one --- admin/helpers/compiler/c_Fields.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/admin/helpers/compiler/c_Fields.php b/admin/helpers/compiler/c_Fields.php index e287dc55a..836b26762 100644 --- a/admin/helpers/compiler/c_Fields.php +++ b/admin/helpers/compiler/c_Fields.php @@ -30,8 +30,8 @@ defined('_JEXEC') or die('Restricted access'); /** * Compiler class */ -class Fields extends Structure { - +class Fields extends Structure +{ /** * Metadate Switch *