From f53d1c7e129594d2e38f319d5190e14d7a7c1c98 Mon Sep 17 00:00:00 2001 From: Derek Jones Date: Fri, 5 Mar 2010 09:40:49 -0600 Subject: more whitespace --- system/libraries/Image_lib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'system') diff --git a/system/libraries/Image_lib.php b/system/libraries/Image_lib.php index fc78f6b04..21e0a709b 100644 --- a/system/libraries/Image_lib.php +++ b/system/libraries/Image_lib.php @@ -349,7 +349,7 @@ class CI_Image_lib { function resize() { $protocol = 'image_process_'.$this->image_library; - + if (preg_match('/gd2$/i', $protocol)) { $protocol = 'image_process_gd'; -- cgit v1.2.3-24-g4f1b