]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - _darcs/pristine/actions/peoplesearch.php
move opening brace of class declaration to next line
[quix0rs-gnu-social.git] / _darcs / pristine / actions / peoplesearch.php
index 6d3f6a73f48b72d28cdf66af54697466d0a9b0d4..0d0fae4e5c635f64659807b020f0db49af59f391 100644 (file)
@@ -22,7 +22,8 @@ if (!defined('LACONICA')) { exit(1); }
 require_once(INSTALLDIR.'/lib/searchaction.php');
 require_once(INSTALLDIR.'/lib/profilelist.php');
 
-class PeoplesearchAction extends SearchAction {
+class PeoplesearchAction extends SearchAction
+{
 
     function get_instructions()
     {
@@ -69,7 +70,8 @@ class PeoplesearchAction extends SearchAction {
     }
 }
 
-class PeopleSearchResults extends ProfileList {
+class PeopleSearchResults extends ProfileList
+{
 
     var $terms = null;
     var $pattern = null;