From: Gun.io Whitespace Robot Date: Fri, 28 Oct 2011 00:20:42 +0000 (-0400) Subject: Remove whitespace [Gun.io WhitespaceBot] X-Git-Tag: 0.003007~10 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FGitalist.git;a=commitdiff_plain;h=fe89796bdda22aa81e507774db1cdb1af705a28a Remove whitespace [Gun.io WhitespaceBot] Conflicts: t/model_collectionofrepos.t --- diff --git a/lib/Gitalist/Git/CollectionOfRepositories/FromDirectory/WhiteList.pm b/lib/Gitalist/Git/CollectionOfRepositories/FromDirectory/WhiteList.pm index 7370cec..3ef203c 100644 --- a/lib/Gitalist/Git/CollectionOfRepositories/FromDirectory/WhiteList.pm +++ b/lib/Gitalist/Git/CollectionOfRepositories/FromDirectory/WhiteList.pm @@ -52,7 +52,7 @@ different repository within L. =head1 SEE ALSO L, -L, +L, L =head1 AUTHORS diff --git a/lib/Gitalist/Git/Repository.pm b/lib/Gitalist/Git/Repository.pm index abd2330..c6981bd 100644 --- a/lib/Gitalist/Git/Repository.pm +++ b/lib/Gitalist/Git/Repository.pm @@ -13,7 +13,7 @@ class Gitalist::Git::Repository with (Gitalist::Git::HasUtils, Gitalist::Git::Se use List::MoreUtils qw/any zip/; use Encode qw/decode/; - use if $^O ne 'MSWin32' => 'I18N::Langinfo', qw/langinfo CODESET/; + use if $^O ne 'MSWin32' => 'I18N::Langinfo', qw/langinfo CODESET/; use Gitalist::Git::Object::Blob; use Gitalist::Git::Object::Tree; diff --git a/lib/Gitalist/View/SyntaxHighlight.pm b/lib/Gitalist/View/SyntaxHighlight.pm index 4f675ab..4d98c36 100644 --- a/lib/Gitalist/View/SyntaxHighlight.pm +++ b/lib/Gitalist/View/SyntaxHighlight.pm @@ -20,7 +20,7 @@ sub render { # Don't bother with anything over 64kb, it'll be tragically slow. return encode_entities $blob if length $blob > 8192; - + my $lang = $args->{language}; my $ret; diff --git a/root/fragment/ref/commit.tt2 b/root/fragment/ref/commit.tt2 index c213aea..c81f1fd 100755 --- a/root/fragment/ref/commit.tt2 +++ b/root/fragment/ref/commit.tt2 @@ -29,9 +29,9 @@ - - - + + + @@ -52,7 +52,7 @@ diff -[% END %] +[% END %]
[% INCLUDE 'inc/chroma_hash.tt2' sha1 = Commit.sha1.substr(0, 7), hide_sha1_output = 1 %]
Commit
diff --git a/root/fragment/ref/history.tt2 b/root/fragment/ref/history.tt2 index 4a949bb..6f660f4 100755 --- a/root/fragment/ref/history.tt2 +++ b/root/fragment/ref/history.tt2 @@ -20,7 +20,7 @@ [% INCLUDE 'inc/chroma_hash.tt2' sha1 = line.sha1.substr(0, 7) %] [% time_since(line.authored_time) %] - + [% short_cmt(line.comment) | html %] [% INCLUDE '_refs.tt2' object = line.0 %] @@ -48,6 +48,6 @@ [% filename %] -[% c.uri_for_action('/ref/diff_fancy', [Repository.name, 'HEAD']) %] +[% c.uri_for_action('/ref/diff_fancy', [Repository.name, 'HEAD']) %] [% INCLUDE 'inc/history_pager.tt2' %] diff --git a/root/fragment/ref/tree.tt2 b/root/fragment/ref/tree.tt2 index e893feb..d83e358 100755 --- a/root/fragment/ref/tree.tt2 +++ b/root/fragment/ref/tree.tt2 @@ -9,7 +9,7 @@ [% END %] [%- SET counter = 1; - + # sort files and folders SET tree_files = []; SET tree_folders = []; diff --git a/root/fragment/repository/shortlog.tt2 b/root/fragment/repository/shortlog.tt2 index e6d5598..e0d687c 100755 --- a/root/fragment/repository/shortlog.tt2 +++ b/root/fragment/repository/shortlog.tt2 @@ -25,7 +25,7 @@ line.comment | html; ELSE; short_cmt(line.comment) | html; - + END; -%]

[% INCLUDE '_refs.tt2' object = line %] [% INCLUDE 'inc/gravatar.tt2' email = line.author.email %][% line.author.name | html %] @@ -44,6 +44,6 @@ -[% c.uri_for_action('/ref/diff_fancy', [Repository.name, 'HEAD']) %] +[% c.uri_for_action('/ref/diff_fancy', [Repository.name, 'HEAD']) %] [% INCLUDE 'inc/log_pager.tt2' %] diff --git a/root/inc/history_pager.tt2 b/root/inc/history_pager.tt2 index ed2c123..a19cc95 100755 --- a/root/inc/history_pager.tt2 +++ b/root/inc/history_pager.tt2 @@ -2,7 +2,7 @@ [% IF ((page.defined && page > 0) || !page.defined) && (log_lines.first.sha1 != Commit.sha1 || (log_lines.size != c.config.paging.log && page)) %]
  • « Newer commits
  • [% END %] - + [% IF log_lines.size == c.config.paging.log %]
  • Older commits »
  • [% END %] diff --git a/root/inc/log_pager.tt2 b/root/inc/log_pager.tt2 index 35ad26b..4b07a1e 100755 --- a/root/inc/log_pager.tt2 +++ b/root/inc/log_pager.tt2 @@ -2,7 +2,7 @@ [% IF log_lines.first.sha1 != Commit.sha1 || (log_lines.size != c.config.paging.log && page) %]
  • « Newer commits
  • [% END %] - + [% IF log_lines.size == c.config.paging.log %]
  • Older commits »
  • [% END %] diff --git a/root/nav/search.tt2 b/root/nav/search.tt2 index 9721094..c7ce513 100755 --- a/root/nav/search.tt2 +++ b/root/nav/search.tt2 @@ -2,7 +2,7 @@ diff --git a/root/ref/blob.tt2 b/root/ref/blob.tt2 index 5afc3ae..9de554c 100755 --- a/root/ref/blob.tt2 +++ b/root/ref/blob.tt2 @@ -9,4 +9,4 @@ [% subinclude('/fragment/ref/blob', c.req.captures, c.req.args.to_path) %] - + diff --git a/root/static/css/core.css b/root/static/css/core.css index cca79a3..98411b1 100755 --- a/root/static/css/core.css +++ b/root/static/css/core.css @@ -1,7 +1,7 @@ #debug_holder{ - + display:none; - + clear:both; padding-top:30px; margin:30px 0; diff --git a/root/static/css/syntax/Diff.css b/root/static/css/syntax/Diff.css index 0303541..4979671 100755 --- a/root/static/css/syntax/Diff.css +++ b/root/static/css/syntax/Diff.css @@ -7,7 +7,7 @@ span.DataType { color: purple; } span.Normal { - + } span.String { background-color:#CCF5CC; diff --git a/root/static/js/site.js b/root/static/js/site.js index 43340d2..bcf9739 100755 --- a/root/static/js/site.js +++ b/root/static/js/site.js @@ -4,7 +4,7 @@ function findPos(obj) { do { curleft += obj.offsetLeft; curtop += obj.offsetTop; - } + } while (obj = obj.offsetParent); return [curleft,curtop]; } diff --git a/root/wrapper.tt2 b/root/wrapper.tt2 index e4a9057..b8db7d9 100755 --- a/root/wrapper.tt2 +++ b/root/wrapper.tt2 @@ -17,7 +17,7 @@ title; -%] (Gitalist) [% INCLUDE '_header_feeds.tt2' %] - + @@ -33,7 +33,7 @@