Skip to content

Commit

Permalink
indent
Browse files Browse the repository at this point in the history
  • Loading branch information
Andersbakken committed Apr 6, 2016
1 parent b583e22 commit dbc1ccc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/rtags.el
Original file line number Diff line number Diff line change
Expand Up @@ -3710,10 +3710,10 @@ definition."
(dolist (pid (reverse (list-system-processes))) ;; Check in the sys-processes for rdm
(let* ((attrs (process-attributes pid))
(pname (cdr (assoc 'comm attrs)))
(uid (cdr (assoc 'euid attrs))))
(when (and (eq uid (user-uid))
(or (string-equal pname "rdm")
(string-equal pname "rdm.exe")))
(uid (cdr (assoc 'euid attrs))))
(when (and (eq uid (user-uid))
(or (string-equal pname "rdm")
(string-equal pname "rdm.exe")))
(return t))))))

;; Executable not found or invalid
Expand Down

0 comments on commit dbc1ccc

Please sign in to comment.