From c4afc66deada01a5c5846eeed0e1ea1ec6fcd06f Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sun, 1 Aug 2010 19:54:31 +0000 Subject: - Patch #870620 by cwgordon7: trailing whitespace in common.inc. --- includes/common.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'includes') diff --git a/includes/common.inc b/includes/common.inc index 9ef8ce9dc..ccebe2813 100644 --- a/includes/common.inc +++ b/includes/common.inc @@ -2149,7 +2149,7 @@ function url($path = NULL, array $options = array()) { * @param $path * The internal path or external URL being linked to, such as "node/34" or * "http://example.com/foo". - * @return + * @return * Boolean TRUE or FALSE, where TRUE indicates an external path. */ function url_is_external($path) { @@ -6719,7 +6719,7 @@ function entity_form_field_validate($entity_type, $form, &$form_state) { * For some entity forms (e.g., forms with complex non-field data and forms that * simultaneously edit multiple entities), this behavior may be inappropriate, * so the #builder_function for such forms needs to implement the required - * functionality instead of calling this function. + * functionality instead of calling this function. */ function entity_form_submit_build_entity($entity_type, $entity, $form, &$form_state) { $info = entity_get_info($entity_type); -- cgit v1.2.3