[interchange] Additional missing EOL fixes
David Christensen <[email protected]>
| Newsgroups | gmane.comp.web.interchange.cvs |
|---|---|
| Message-ID | <[email protected]> |
commit 7a2576543dff8ac2e357959707a9ee066437e591 Author: David Christensen <[email protected]> Date: Thu Nov 11 20:40:53 2010 -0600 Additional missing EOL fixes code/OrderCheck/email_only.oc | 2 +- code/OrderCheck/exists.oc | 2 +- code/OrderCheck/filter.oc | 2 +- code/OrderCheck/length.oc | 2 +- code/OrderCheck/regex.oc | 2 +- code/OrderCheck/relative_filename.oc | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) --- diff --git a/code/OrderCheck/email_only.oc b/code/OrderCheck/email_only.oc index 9e0dbe5..3a06b78 100644 --- a/code/OrderCheck/email_only.oc +++ b/code/OrderCheck/email_only.oc @@ -21,4 +21,4 @@ sub { ); } } -EOR \ No newline at end of file +EOR diff --git a/code/OrderCheck/exists.oc b/code/OrderCheck/exists.oc index 77dbdbc..529e10f 100644 --- a/code/OrderCheck/exists.oc +++ b/code/OrderCheck/exists.oc @@ -51,4 +51,4 @@ sub { } } -EOR \ No newline at end of file +EOR diff --git a/code/OrderCheck/filter.oc b/code/OrderCheck/filter.oc index 74319d4..343652c 100644 --- a/code/OrderCheck/filter.oc +++ b/code/OrderCheck/filter.oc @@ -32,4 +32,4 @@ sub { } return (1, $name, ''); } -EOR \ No newline at end of file +EOR diff --git a/code/OrderCheck/length.oc b/code/OrderCheck/length.oc index 91e59ac..6fc8b12 100644 --- a/code/OrderCheck/length.oc +++ b/code/OrderCheck/length.oc @@ -36,4 +36,4 @@ sub { } return (1, $name, ''); } -EOR \ No newline at end of file +EOR diff --git a/code/OrderCheck/regex.oc b/code/OrderCheck/regex.oc index 1b8e9cd..b6cb6cb 100644 --- a/code/OrderCheck/regex.oc +++ b/code/OrderCheck/regex.oc @@ -42,4 +42,4 @@ sub { } return (1, $name, ''); } -EOR \ No newline at end of file +EOR diff --git a/code/OrderCheck/relative_filename.oc b/code/OrderCheck/relative_filename.oc index 41e4f8d..0888236 100644 --- a/code/OrderCheck/relative_filename.oc +++ b/code/OrderCheck/relative_filename.oc @@ -21,4 +21,4 @@ sub { return (0, $name, $code); } } -EOR \ No newline at end of file +EOR