Skip to content

Commit

Permalink
sb-sprof.lisp: Remove trailing white-spaces.
Browse files Browse the repository at this point in the history
  • Loading branch information
stassats committed Jan 5, 2013
1 parent bab82fc commit 8369a44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/sb-sprof/sb-sprof.lisp
Expand Up @@ -506,7 +506,7 @@ profiling")
;; Ensure that only one thread at a time will be doing profiling stuff.
(defvar *profiler-lock* (sb-thread:make-mutex :name "Statistical Profiler"))
(defvar *distribution-lock* (sb-thread:make-mutex :name "Wallclock profiling lock"))

#+sb-thread
(declaim (inline pthread-kill))
#+sb-thread
Expand Down

0 comments on commit 8369a44

Please sign in to comment.