diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2009-11-10 17:27:54 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2009-11-10 17:27:54 +0000 |
commit | ea1bd5606ce2da6075fc4344e30e81d074d4eb7c (patch) | |
tree | 8f7ec536b62aaed73f026bef53252a05be5474bf /modules/file | |
parent | 5f40bd5becb4deb9663bdacae09b0847d569508a (diff) | |
download | brdo-ea1bd5606ce2da6075fc4344e30e81d074d4eb7c.tar.gz brdo-ea1bd5606ce2da6075fc4344e30e81d074d4eb7c.tar.bz2 |
#606526 by axyjo and scor: Remove trailing whitespace and add newlines at end of files. Sorry, folks! But it is after code freeze. :)
Diffstat (limited to 'modules/file')
-rw-r--r-- | modules/file/tests/file.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/file/tests/file.test b/modules/file/tests/file.test index 8c4a75b0a..d3444a585 100644 --- a/modules/file/tests/file.test +++ b/modules/file/tests/file.test @@ -534,7 +534,7 @@ class FileFieldPathTestCase extends FileFieldTestCase { /** * A loose assertion to check that a file is uploaded to the right location. - * + * * @param $expected_path * The location where the file is expected to be uploaded. Duplicate file * names to not need to be taken into account. |