using tabs as @item seperators in docblocks.
diff --git a/system/libraries/Table.php b/system/libraries/Table.php
index de5a6ba..947aedd 100644
--- a/system/libraries/Table.php
+++ b/system/libraries/Table.php
@@ -54,8 +54,8 @@
 	/**
 	 * Set the template from the table config file if it exists
 	 * 
-	 * @param array $config (default: array())
-	 * @return void
+	 * @param	array $config (default: array())
+	 * @return	void
 	 */
 	public function __construct($config = array())
 	{