MINOR Add newline to end of files without one

This commit is contained in:
Simon Welsh 2012-03-24 16:04:52 +13:00 committed by Sean Harvey
parent f57a763524
commit f8082e4814
211 changed files with 213 additions and 212 deletions

View File

@ -53,4 +53,5 @@ class HeaderField extends DatalessField {
function Type() {
return null;
}
}

View File

@ -51,4 +51,5 @@ class TextField extends FormField {
if(!$this->value) $this->value = $this->Title();
return $this->Field();
}
}

View File

@ -1415,4 +1415,3 @@ class SimpleFrameTag extends SimpleTag {
return false;
}
}