aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJames Le Cuirot <chewi@aura-online.co.uk>2008-06-17 00:17:29 +0000
committerJames Le Cuirot <chewi@aura-online.co.uk>2008-06-17 00:17:29 +0000
commit983d30a57afeaf22d5c48e5dc81e45b021a7a7ad (patch)
treeee39ef5df8826509c76fbe9329a2b0369feab1ce /src
parentMerge ali_bush's layout_refactor_branch back to trunk with some changes. (diff)
downloadjavatoolkit-983d30a57afeaf22d5c48e5dc81e45b021a7a7ad.tar.gz
javatoolkit-983d30a57afeaf22d5c48e5dc81e45b021a7a7ad.tar.bz2
javatoolkit-983d30a57afeaf22d5c48e5dc81e45b021a7a7ad.zip
These tabs got left behind.
svn path=/projects/javatoolkit/trunk/; revision=6321
Diffstat (limited to 'src')
-rw-r--r--src/py/javatoolkit/parser/manifest.py10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/py/javatoolkit/parser/manifest.py b/src/py/javatoolkit/parser/manifest.py
index da124f9..09acf4c 100644
--- a/src/py/javatoolkit/parser/manifest.py
+++ b/src/py/javatoolkit/parser/manifest.py
@@ -52,10 +52,10 @@ class ManifestParser(parser.Parser):
return root
- def output(self, ous, tree):
- tree.output(ous, "", ": ", "", ",", " ")
-
- def wrapped_value(self, node):
- return node.output_value(",")
+ def output(self, ous, tree):
+ tree.output(ous, "", ": ", "", ",", " ")
+
+ def wrapped_value(self, node):
+ return node.output_value(",")
# vim: set expandtab tabstop=4 shiftwidth=4 softtabstop=4 nowrap: