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/simpletest/files/css_test_files | |
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/simpletest/files/css_test_files')
3 files changed, 3 insertions, 3 deletions
diff --git a/modules/simpletest/files/css_test_files/css_input_without_import.css b/modules/simpletest/files/css_test_files/css_input_without_import.css index 70ad5a66e..89e2df24c 100644 --- a/modules/simpletest/files/css_test_files/css_input_without_import.css +++ b/modules/simpletest/files/css_test_files/css_input_without_import.css @@ -22,7 +22,7 @@ body { * CSS spec says that all whitespace is valid whitespace, so this selector should be just as * good as the one above. */ - + .this .is .a diff --git a/modules/simpletest/files/css_test_files/css_input_without_import.css.optimized.css b/modules/simpletest/files/css_test_files/css_input_without_import.css.optimized.css index bf139f490..e5920f094 100644 --- a/modules/simpletest/files/css_test_files/css_input_without_import.css.optimized.css +++ b/modules/simpletest/files/css_test_files/css_input_without_import.css.optimized.css @@ -4,7 +4,7 @@ body{margin:0;padding:0;background:#edf5fa;font:76%/170% Verdana,sans-serif;color:#494949;}.this .is .a .test{font:1em/100% Verdana,sans-serif;color:#494949;} - + .this .is .a diff --git a/modules/simpletest/files/css_test_files/css_input_without_import.css.unoptimized.css b/modules/simpletest/files/css_test_files/css_input_without_import.css.unoptimized.css index 70ad5a66e..89e2df24c 100644 --- a/modules/simpletest/files/css_test_files/css_input_without_import.css.unoptimized.css +++ b/modules/simpletest/files/css_test_files/css_input_without_import.css.unoptimized.css @@ -22,7 +22,7 @@ body { * CSS spec says that all whitespace is valid whitespace, so this selector should be just as * good as the one above. */ - + .this .is .a |