[interchange-cvs] [SCM] Interchange branch, master, updated. 0501ff1b4cdee9dfa661b8ff0e7099f41f8836b3

Jon Jensen interchange-cvs at icdevgroup.org
Sat Aug 22 22:22:43 UTC 2009


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Interchange".

The branch, master has been updated
       via  0501ff1b4cdee9dfa661b8ff0e7099f41f8836b3 (commit)
      from  c6a17b21b782d45a6e7e671a27e055f3c47daff3 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 0501ff1b4cdee9dfa661b8ff0e7099f41f8836b3
Author: Jon Jensen <jon at endpoint.com>
Date:   Sat Aug 22 16:22:23 2009 -0600

    Remove some bogus whitespace

-----------------------------------------------------------------------

Summary of changes and diff:
 dist/src/mod_perl2/Interchange/Link.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dist/src/mod_perl2/Interchange/Link.pm b/dist/src/mod_perl2/Interchange/Link.pm
index dd55180..e5dde4d 100644
--- a/dist/src/mod_perl2/Interchange/Link.pm
+++ b/dist/src/mod_perl2/Interchange/Link.pm
@@ -766,7 +766,7 @@ sub handler {
 		$r->content_type($set_content);
 		my $no_blank_lines = $r->dir_config('NoBlankLines');
 		while (<SOCK>) {
-		    push @out, $_ unless $no_blank_lines and ! /\S/;
+			push @out, $_ unless $no_blank_lines and ! /\S/;
 		}
 		close (SOCK)                                or die "close: $!\n";
 		print @out;


hooks/post-receive
-- 
Interchange



More information about the interchange-cvs mailing list