mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-06 06:20:55 -08:00
; * src/profiler.c (export_log): Fix whitespace (bug#78762).
This commit is contained in:
parent
009cdc8ae0
commit
69254cd51a
1 changed files with 3 additions and 1 deletions
|
|
@ -560,7 +560,9 @@ before returning. */)
|
||||||
static Lisp_Object
|
static Lisp_Object
|
||||||
export_log (struct profiler_log *plog)
|
export_log (struct profiler_log *plog)
|
||||||
{
|
{
|
||||||
if (!plog->log) return Qnil;
|
if (!plog->log)
|
||||||
|
return Qnil;
|
||||||
|
|
||||||
log_t *log = plog->log;
|
log_t *log = plog->log;
|
||||||
/* The returned hash table uses `equal' as key equivalence predicate
|
/* The returned hash table uses `equal' as key equivalence predicate
|
||||||
which is more discriminating than the `function-equal' used by
|
which is more discriminating than the `function-equal' used by
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue