summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2010-08-01 19:54:31 +0000
committerDries Buytaert <dries@buytaert.net>2010-08-01 19:54:31 +0000
commitc4afc66deada01a5c5846eeed0e1ea1ec6fcd06f (patch)
treedba293631686ff02e5b8fa3e515d226f26d9b04c
parent9fd2531992469e457309ed3424c7bddce130a45d (diff)
downloadbrdo-c4afc66deada01a5c5846eeed0e1ea1ec6fcd06f.tar.gz
brdo-c4afc66deada01a5c5846eeed0e1ea1ec6fcd06f.tar.bz2
- Patch #870620 by cwgordon7: trailing whitespace in common.inc.
-rw-r--r--includes/common.inc4
1 files changed, 2 insertions, 2 deletions
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);