Fix indentation

This commit is contained in:
Tom Willemse 2017-06-07 12:34:06 -07:00
parent 94077d5136
commit d53eb68743

View file

@ -77,7 +77,7 @@
(put 'P4 'vc-functions nil) (put 'P4 'vc-functions nil)
(defcustom vc-p4-require-p4config nil (defcustom vc-p4-require-p4config nil
"*If non-nil and the `P4CONFIG' environment variable is set, then "If non-nil and the `P4CONFIG' environment variable is set, then
only perform p4 operations on a file when a P4CONFIG file can be found only perform p4 operations on a file when a P4CONFIG file can be found
in one of its parent directories. This is useful if P4 operations are in one of its parent directories. This is useful if P4 operations are
expensive to start, e.g., if you are connect to the network over a expensive to start, e.g., if you are connect to the network over a
@ -120,7 +120,7 @@ Perforce has per-file revisions."
(if (or (not fstat) (if (or (not fstat)
(string= action "delete")) (string= action "delete"))
nil nil
; This sets a bunch of VC properties ;; This sets a bunch of VC properties
(vc-p4-state file fstat) (vc-p4-state file fstat)
t))))) t)))))