summaryrefslogtreecommitdiff
path: root/test/xhtml/suite.rb
diff options
context:
space:
mode:
authormurphy <murphy@rubychan.de>2006-07-10 00:32:57 +0000
committermurphy <murphy@rubychan.de>2006-07-10 00:32:57 +0000
commit9f4c7ab7553f9be7c9d14da0ba7462ad746c2f5d (patch)
tree686ee95cc9010314278846936476d1cf0bf04353 /test/xhtml/suite.rb
parent42436798565c36a7d9582fcf587946d273083ab1 (diff)
downloadcoderay-9f4c7ab7553f9be7c9d14da0ba7462ad746c2f5d.tar.gz
Big re-indenting - no more tabs!
Diffstat (limited to 'test/xhtml/suite.rb')
-rw-r--r--test/xhtml/suite.rb10
1 files changed, 5 insertions, 5 deletions
diff --git a/test/xhtml/suite.rb b/test/xhtml/suite.rb
index 0614874..63c13e3 100644
--- a/test/xhtml/suite.rb
+++ b/test/xhtml/suite.rb
@@ -1,9 +1,9 @@
class NitroHTMLTest < CodeRaySuite
-
- @file = __FILE__
- LANG = :xhtml
- EXTENSION = 'xhtml'
-
+
+ @file = __FILE__
+ LANG = :xhtml
+ EXTENSION = 'xhtml'
+
end
$suite << NitroHTMLTest.suite if $suite