diff options
author | murphy <murphy@rubychan.de> | 2006-07-10 00:32:57 +0000 |
---|---|---|
committer | murphy <murphy@rubychan.de> | 2006-07-10 00:32:57 +0000 |
commit | 9f4c7ab7553f9be7c9d14da0ba7462ad746c2f5d (patch) | |
tree | 686ee95cc9010314278846936476d1cf0bf04353 /test/xml/suite.rb | |
parent | 42436798565c36a7d9582fcf587946d273083ab1 (diff) | |
download | coderay-9f4c7ab7553f9be7c9d14da0ba7462ad746c2f5d.tar.gz |
Big re-indenting - no more tabs!
Diffstat (limited to 'test/xml/suite.rb')
-rw-r--r-- | test/xml/suite.rb | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/test/xml/suite.rb b/test/xml/suite.rb index 9113107..8d2b9f0 100644 --- a/test/xml/suite.rb +++ b/test/xml/suite.rb @@ -1,9 +1,9 @@ class XMLTest < CodeRaySuite
-
- @file = __FILE__
- LANG = :xml
- EXTENSION = 'xml'
-
+
+ @file = __FILE__
+ LANG = :xml
+ EXTENSION = 'xml'
+
end
$suite << XMLTest.suite if $suite
|