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
This commit is contained in:
Michael Richey 2017-12-03 11:12:18 -06:00 committed by GitHub
parent ca4919f0f3
commit 8f3d573202
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -30,8 +30,8 @@ defined('_JEXEC') or die('Restricted access');
/**
* Compiler class
*/
class Fields extends Structure {
class Fields extends Structure
{
/**
* Metadate Switch
*