el/dot-emacs.el: Fix bogus indentation.
[profile] / el / dot-emacs.el
index cb1d425..75f3dae 100644 (file)
@@ -730,7 +730,7 @@ Use this to arrange for per-server settings.")
     proc))
 
 (eval-after-load "erc"
-    '(load "~/.ercrc.el"))
+  '(load "~/.ercrc.el"))
 
 ;;;--------------------------------------------------------------------------
 ;;; Utility functions.