Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
09/30/2015 11:42:33 AM (9 years ago)
Author:
djpaul
Message:

Code Standards: fix space indentations

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-xprofile/classes/class-bp-xprofile-field.php

    r10142 r10160  
    384384
    385385            // Recreate type_obj in case someone changed $this->type via a filter
    386             $this->type_obj            = bp_xprofile_create_field_type( $this->type );
    387             $this->type_obj->field_obj = $this;
     386            $this->type_obj            = bp_xprofile_create_field_type( $this->type );
     387            $this->type_obj->field_obj = $this;
    388388
    389389            return $this->id;
Note: See TracChangeset for help on using the changeset viewer.