Author: caefer
Date: 2010-05-05 15:07:02 +0200 (Wed, 05 May 2010)
New Revision: 29358

Modified:
   plugins/sfImageTransformExtraPlugin/trunk/lib/cache/sfRawFileCache.class.php
Log:
corrected indention

Modified: 
plugins/sfImageTransformExtraPlugin/trunk/lib/cache/sfRawFileCache.class.php
===================================================================
--- 
plugins/sfImageTransformExtraPlugin/trunk/lib/cache/sfRawFileCache.class.php    
    2010-05-05 11:23:36 UTC (rev 29357)
+++ 
plugins/sfImageTransformExtraPlugin/trunk/lib/cache/sfRawFileCache.class.php    
    2010-05-05 13:07:02 UTC (rev 29358)
@@ -157,13 +157,13 @@
     return 0;
   }
 
- /**
-  * Converts a cache key to a full path.
-  *
-  * @param string $key The cache key
-  *
-  * @return string The full path to the cache file
-  */
+  /**
+   * Converts a cache key to a full path.
+   *
+   * @param string $key The cache key
+   *
+   * @return string The full path to the cache file
+   */
   protected function getFilePath($key)
   {
     return 
$this->getOption('cache_dir').DIRECTORY_SEPARATOR.str_replace(sfCache::SEPARATOR,
 DIRECTORY_SEPARATOR, $key);

-- 
You received this message because you are subscribed to the Google Groups 
"symfony SVN" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/symfony-svn?hl=en.

Reply via email to