Removed accidental whitespace.
diff --git a/system/language/english/form_validation_lang.php b/system/language/english/form_validation_lang.php
index abc30bc..3418f29 100644
--- a/system/language/english/form_validation_lang.php
+++ b/system/language/english/form_validation_lang.php
@@ -1,4 +1,4 @@
-	<?php
+<?php
 
 $lang['required']			= "The %s field is required.";
 $lang['isset']				= "The %s field must have a value.";