remove trailing whitespaces from source files

这个提交包含在:
Christian Hesse
2014-04-17 11:55:46 +02:00
提交者 Jason A. Donenfeld
父节点 dcb16f0d11
当前提交 b431282c91
共有 6 个文件被更改,包括 24 次插入24 次删除

查看文件

@ -125,7 +125,7 @@ unless ($@) {
my $ctx = shift;
my $raw = 0;
if (defined $ctx) {
my $output = $ctx->stash('markdown_output');
my $output = $ctx->stash('markdown_output');
if (defined $output && $output =~ m/^html/i) {
$g_empty_element_suffix = ">";
$ctx->stash('markdown_output', '');
@ -1287,7 +1287,7 @@ sub _EncodeCode {
{
no warnings 'once';
if (defined($blosxom::version)) {
s/\$/$/g;
s/\$/$/g;
}
}