summaryrefslogtreecommitdiff
path: root/ext/gd/gdcache.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/gd/gdcache.c')
-rw-r--r--ext/gd/gdcache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/gd/gdcache.c b/ext/gd/gdcache.c
index 2af6737f74..e6f9ce1b44 100644
--- a/ext/gd/gdcache.c
+++ b/ext/gd/gdcache.c
@@ -97,7 +97,7 @@ gdCacheGet( gdCache_head_t *head, void *keydata )
elem = head->mru;
if (elem == NULL) {
return NULL;
-
+
}
while(elem) {