[ci skip] Remove a trailing space from latest PR merge
diff --git a/system/libraries/Pagination.php b/system/libraries/Pagination.php
index 9ac9661..44f848f 100644
--- a/system/libraries/Pagination.php
+++ b/system/libraries/Pagination.php
@@ -512,7 +512,7 @@
 			{
 				$this->cur_page = str_replace(array($this->prefix, $this->suffix), '', $this->cur_page);
 			}
-		} 
+		}
 		else
 		{
 			$this->cur_page = (string) $this->cur_page;