]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/noticelistitemadapter.php
Merge branch '1.0.x' of git://gitorious.org/statusnet/mainline
[quix0rs-gnu-social.git] / lib / noticelistitemadapter.php
index 48530a9c1a85b5def2d8a0dafab6e143be1fb2d3..fc230e8e3f612bbd91adddb6d256ef6813c1779d 100644 (file)
@@ -4,7 +4,7 @@
  * Copyright (C) 2011, StatusNet, Inc.
  *
  * For use by microapps to customize notice list item output
- * 
+ *
  * PHP version 5
  *
  * This program is free software: you can redistribute it and/or modify
@@ -44,7 +44,6 @@ if (!defined('STATUSNET')) {
  * @license   http://www.fsf.org/licensing/licenses/agpl-3.0.html AGPL 3.0
  * @link      http://status.net/
  */
-
 class NoticeListItemAdapter
 {
     protected $nli;
@@ -54,7 +53,6 @@ class NoticeListItemAdapter
      *
      * @param NoticeListItem $nli item to wrap
      */
-
     function __construct($nli)
     {
         $this->nli = $nli;