summaryrefslogtreecommitdiffstats
path: root/admin/survey/minify/lib/Minify/Cache
diff options
context:
space:
mode:
Diffstat (limited to 'admin/survey/minify/lib/Minify/Cache')
-rw-r--r--admin/survey/minify/lib/Minify/Cache/Null.php2
-rw-r--r--admin/survey/minify/lib/Minify/Cache/WinCache.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/admin/survey/minify/lib/Minify/Cache/Null.php b/admin/survey/minify/lib/Minify/Cache/Null.php
index b6f6566..0c9183e 100644
--- a/admin/survey/minify/lib/Minify/Cache/Null.php
+++ b/admin/survey/minify/lib/Minify/Cache/Null.php
@@ -64,4 +64,4 @@ class Minify_Cache_Null implements Minify_CacheInterface
public function fetch($id)
{
}
-} \ No newline at end of file
+}
diff --git a/admin/survey/minify/lib/Minify/Cache/WinCache.php b/admin/survey/minify/lib/Minify/Cache/WinCache.php
index 089d66d..cec9cd8 100644
--- a/admin/survey/minify/lib/Minify/Cache/WinCache.php
+++ b/admin/survey/minify/lib/Minify/Cache/WinCache.php
@@ -136,4 +136,4 @@ class Minify_Cache_WinCache implements Minify_CacheInterface
return true;
}
-} \ No newline at end of file
+}