Cleanup of stray spaces and tabs
diff --git a/user_guide/general/models.html b/user_guide/general/models.html
index e405dd1..35ab08d 100644
--- a/user_guide/general/models.html
+++ b/user_guide/general/models.html
@@ -212,7 +212,7 @@
<li>You can tell the model loading function to auto-connect by passing <kbd>TRUE</kbd> (boolean) via the third parameter,
and connectivity settings, as defined in your database config file will be used:
- <code>$this->load->model('<var>Model_name</var>', '', <kbd>TRUE</kbd>);</code>
+ <code>$this->load->model('<var>Model_name</var>', '', <kbd>TRUE</kbd>);</code>
</li>