Replacing tabs with spaces, trimming white space at EOL and newline at EOF
[squirrelmail.git] / functions / abook_local_file.php
index e8d43c1c587d6982b53f0e07f36291cbec0a23f5..cf91099862f1d7c9851b915ee1b0235c18ac20dc 100644 (file)
@@ -22,7 +22,7 @@
  * ? create    => if true: file is created if it does not exist.
  * ? umask     => umask set before opening file.
  * ? name      => name of address book.
- * ? detect_writeable => detect address book access permissions by 
+ * ? detect_writeable => detect address book access permissions by
  *                checking file permissions.
  * ? writeable => allow writing into address book. Used only when
  *                detect_writeable is set to false.
@@ -34,7 +34,7 @@
 class abook_local_file extends addressbook_backend {
     /**
      * Backend type
-     * @var string 
+     * @var string
      */
     var $btype = 'local';
     /**