aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorscgilardi <scgilardi@gmail.com>2008-07-29 02:06:06 +0000
committerscgilardi <scgilardi@gmail.com>2008-07-29 02:06:06 +0000
commit0b9a076e73ac2c9a5e04b1216bbd50c4787cc783 (patch)
treeca7debceee0fa1c49335f8bb3fd33501ed4a11e9
parent96a96af944cf02de9112ed25527a0ac2db1f37d9 (diff)
fix untabify that didn't take
-rw-r--r--lib/lib.clj4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/lib.clj b/lib/lib.clj
index 65f5aa92..06641872 100644
--- a/lib/lib.clj
+++ b/lib/lib.clj
@@ -212,8 +212,8 @@
"Returns a classpath-relative path given the name of a symbol"
[name]
(.. name
- (replace \- \_)
- (replace \. \/)))
+ (replace \- \_)
+ (replace \. \/)))
(defn- lib-path
"Returns the resource path for a lib"