summaryrefslogtreecommitdiff
path: root/lib/coderay/helpers
diff options
context:
space:
mode:
authormurphy <murphy@rubychan.de>2006-04-16 03:20:37 +0000
committermurphy <murphy@rubychan.de>2006-04-16 03:20:37 +0000
commit0d4ddc9f66eb3b4dc3f6e7cb191b605b348e8189 (patch)
tree6ade5b6d36d559b919a39f55002cde3c3779bc67 /lib/coderay/helpers
parentff9cbcf8c58e81bcee2e961e8b2033e6e336c6e9 (diff)
downloadcoderay-0d4ddc9f66eb3b4dc3f6e7cb191b605b348e8189.tar.gz
Re-indented everything. Sorry to break the blame chain.
Diffstat (limited to 'lib/coderay/helpers')
-rw-r--r--lib/coderay/helpers/filetype.rb2
-rw-r--r--lib/coderay/helpers/gzip_simple.rb2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/coderay/helpers/filetype.rb b/lib/coderay/helpers/filetype.rb
index 7f34c35..8e6e16b 100644
--- a/lib/coderay/helpers/filetype.rb
+++ b/lib/coderay/helpers/filetype.rb
@@ -80,7 +80,7 @@ end
if $0 == __FILE__
$VERBOSE = true
- eval DATA.read, nil, $0, __LINE__+4
+ eval DATA.read, nil, $0, __LINE__+4
end
__END__
diff --git a/lib/coderay/helpers/gzip_simple.rb b/lib/coderay/helpers/gzip_simple.rb
index 02d1ffd..357ce6b 100644
--- a/lib/coderay/helpers/gzip_simple.rb
+++ b/lib/coderay/helpers/gzip_simple.rb
@@ -89,7 +89,7 @@ class String
end
if $0 == __FILE__
- eval DATA.read, nil, $0, __LINE__+4
+ eval DATA.read, nil, $0, __LINE__+4
end
__END__