Fix code formatting
authorMatthias Schmidt <gravatronics@live.com>
Wed, 23 Sep 2015 15:46:21 +0000 (17:46 +0200)
committerMatthias Schmidt <gravatronics@live.com>
Wed, 23 Sep 2015 15:46:21 +0000 (17:46 +0200)
wcfsetup/install/files/lib/data/TLegacyUserPropertyAccess.class.php
wcfsetup/install/files/lib/page/AttachmentPage.class.php

index 399b65b975218719dec3ac888a1a9ade5e3fa671..ccd72207c56d2877e6d06c534727ababbcb1aff1 100644 (file)
@@ -3,7 +3,7 @@ namespace wcf\data;
 
 /**
  * Provides legacy access to the properties of the related user profile object.
- *
+ * 
  * @author     Matthias Schmidt
  * @copyright  2001-2015 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
index 9fad13d30b31078794ebc33301ccf7c9bb4224c0..158e9eaad55a8e4b2fa9df89966c4ba94a97fea6 100644 (file)
@@ -62,9 +62,9 @@ class AttachmentPage extends AbstractPage {
        
        /**
         * etag for this attachment
-        * @var string
+        * @var string
         */ 
-       public $eTag = null; 
+       public $eTag = null;
        
        /**
         * @see \wcf\page\IPage::readParameters()