Passed
Pull Request — development (#3504)
by Elk
07:41
created
themes/default/ProfileOptions.template.php 1 patch
Braces   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -367,7 +367,8 @@
 block discarded – undo
367 367
 /**
368 368
  * All of the profile options as defined in profile.subs or via an addon
369 369
  */
370
-function template_profile_options() {
370
+function template_profile_options()
371
+{
371 372
 	global $context;
372 373
 
373 374
 	if (empty($context['profile_fields']))
Please login to merge, or discard this patch.