minor source formatting
diff --git a/system/codeigniter/CodeIgniter.php b/system/codeigniter/CodeIgniter.php
index 4eb31cb..5a01eb8 100644
--- a/system/codeigniter/CodeIgniter.php
+++ b/system/codeigniter/CodeIgniter.php
@@ -229,8 +229,8 @@
 		}

 

 		// Call the requested method.

-		// Any URI segments present (besides the class/function) will be passed to the method for convenience		

-		call_user_func_array(array(&$CI, $method), array_slice($URI->rsegments, 2));		

+		// Any URI segments present (besides the class/function) will be passed to the method for convenience

+		call_user_func_array(array(&$CI, $method), array_slice($URI->rsegments, 2));

 	}

 }

 

@@ -273,6 +273,5 @@
 }

 

 

-

 /* End of file CodeIgniter.php */

 /* Location: ./system/codeigniter/CodeIgniter.php */
\ No newline at end of file