Replacing tabs with spaces, trimming white space at EOL and newline at EOF
[squirrelmail.git] / plugins / squirrelspell / sqspell_options.php
index 39de129347483e6b605585a410422a801ca3862f..636a50a9f9e76690e02cf0f0e861d5ef5e8a7ac6 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * sqspell_options.php 
+ * sqspell_options.php
  *
  * Main wrapper for the options interface.
  *
  */
 
 /**
- * Set a couple of constants and defaults. Don't change these, 
+ * Set a couple of constants and defaults. Don't change these,
  * the configurable stuff is in sqspell_config.php
  */
 $SQSPELL_DIR='plugins/squirrelspell/';
 $SQSPELL_CRYPTO=FALSE;
 
 /**
- * Load some necessary stuff from squirrelmail. 
+ * Load some necessary stuff from squirrelmail.
  * @ignore
  */
 define('SM_PATH','../../');