summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Ferrier <Nicholas.Ferrier@bwinparty.com>2014-04-21 22:11:17 +0100
committerNicholas Ferrier <Nicholas.Ferrier@bwinparty.com>2014-04-21 22:11:17 +0100
commitb3a423fb8e72f9013009cbe033d654df2ce31438 (patch)
treec70655f30f9a4c3f308153e07b4a64cae47cff07
parentbb35749afbb88088c569f9bb60ffd219ac8e4d81 (diff)
fix indent
-rw-r--r--db.el4
1 files changed, 1 insertions, 3 deletions
diff --git a/db.el b/db.el
index 98cdc8b..fa7c9f5 100644
--- a/db.el
+++ b/db.el
@@ -54,9 +54,7 @@
(defun* db-make (reference)
"Make a DB based on the REFERENCE."
(if (and (listp reference)
- (eq
- 'db-hash
- (car reference)))
+ (eq 'db-hash (car reference)))
;; this should be part of what we find when we look it up?
(db-hash reference)
;; Otherwise look it up...