From ea1bd5606ce2da6075fc4344e30e81d074d4eb7c Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Tue, 10 Nov 2009 17:27:54 +0000 Subject: #606526 by axyjo and scor: Remove trailing whitespace and add newlines at end of files. Sorry, folks! But it is after code freeze. :) --- modules/syslog/syslog.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/syslog') diff --git a/modules/syslog/syslog.test b/modules/syslog/syslog.test index 0efd7e3ed..6a0dbafd0 100644 --- a/modules/syslog/syslog.test +++ b/modules/syslog/syslog.test @@ -26,7 +26,7 @@ class SyslogTestCase extends DrupalWebTestCase { if (defined('LOG_LOCAL6')) { $this->drupalPost('admin/config/development/logging', array('syslog_facility' => LOG_LOCAL6), t('Save configuration')); $this->assertText(t('The configuration options have been saved.')); - + $this->drupalGet('admin/config/development/logging'); if ($this->parse()) { $field = $this->xpath('//option[@value="' . LOG_LOCAL6 . '"]'); // Should be one field. -- cgit v1.2.3