]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - _darcs/pristine/actions/twitapinotifications.php
replace all tabs with four spaces
[quix0rs-gnu-social.git] / _darcs / pristine / actions / twitapinotifications.php
index 8d93309a25a7149db9d18dcf19dda3451d5f8fa1..26f66d7e51ef2491351bc7548aeda445f5b7b493 100644 (file)
@@ -24,14 +24,14 @@ require_once(INSTALLDIR.'/lib/twitterapi.php');
 # This naming convention looks real sick
 class TwitapinotificationsAction extends TwitterapiAction {
 
-       function follow($args, $apidata) {
-               parent::handle($args);
-               common_server_error(_('API method under construction.'), $code=501);
-       }
+    function follow($args, $apidata) {
+        parent::handle($args);
+        common_server_error(_('API method under construction.'), $code=501);
+    }
 
-       function leave($args, $apidata) {
-               parent::handle($args);
-               common_server_error(_('API method under construction.'), $code=501);
-       }
+    function leave($args, $apidata) {
+        parent::handle($args);
+        common_server_error(_('API method under construction.'), $code=501);
+    }
 
 }
\ No newline at end of file