Removed some errant spaces
diff --git a/system/libraries/Pagination.php b/system/libraries/Pagination.php
index 58a7065..9579944 100644
--- a/system/libraries/Pagination.php
+++ b/system/libraries/Pagination.php
@@ -88,7 +88,7 @@
 				{

 					$this->$key = $val;

 				}

-			}		

+			}

 		}

 	}

 	

@@ -118,7 +118,7 @@
 		}

 

 		// Determine the current page number.		

-		$CI =& get_instance();	

+		$CI =& get_instance();

 		

 		if ($CI->config->item('enable_query_strings') === TRUE OR $this->page_query_string === TRUE)

 		{