]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
resolve whitespace changes in Notice.php
authorEvan Prodromou <evan@controlyourself.ca>
Thu, 11 Dec 2008 16:31:50 +0000 (11:31 -0500)
committerEvan Prodromou <evan@controlyourself.ca>
Thu, 11 Dec 2008 16:31:50 +0000 (11:31 -0500)
darcs-hash:20081211163150-5ed1f-10ff4c4863145909c1d541e39dc4bf69d945cfd7.gz

classes/Notice.php

index 456e9deb6105f260eb5ee58122260f9411854205..b55cbf47b7c9e57f2051853ba53b4639f093ddaf 100644 (file)
@@ -34,18 +34,18 @@ class Notice extends Memcached_DataObject
        ###START_AUTOCODE
        /* the code below is auto generated do not remove the above tag */
 
-    public $__table = 'notice';                          // table name
-    public $id;                              // int(4)  primary_key not_null
-    public $profile_id;                      // int(4)   not_null
-    public $uri;                             // varchar(255)  unique_key
-    public $content;                         // varchar(140)  
-    public $rendered;                        // text()  
-    public $url;                             // varchar(255)  
-    public $created;                         // datetime()   not_null
-    public $modified;                        // timestamp()   not_null default_CURRENT_TIMESTAMP
-    public $reply_to;                        // int(4)  
-    public $is_local;                        // tinyint(1)  
-    public $source;                          // varchar(32)  
+       public $__table = 'notice';                                                      // table name
+       public $id;                                                              // int(4)      primary_key not_null
+       public $profile_id;                                              // int(4)       not_null
+       public $uri;                                                     // varchar(255)  unique_key
+       public $content;                                                 // varchar(140)
+       public $rendered;                                                // text()
+       public $url;                                                     // varchar(255)
+       public $created;                                                 // datetime()   not_null
+       public $modified;                                                // timestamp()   not_null default_CURRENT_TIMESTAMP
+       public $reply_to;                                                // int(4)
+       public $is_local;                                                // tinyint(1)
+       public $source;                                                  // varchar(32)
 
        /* Static get */
        function staticGet($k,$v=NULL) { return Memcached_DataObject::staticGet('Notice',$k,$v); }