1
Fork 0
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:
Eli Zaretskii 2025-06-14 17:56:01 +03:00
parent 009cdc8ae0
commit 69254cd51a

View file

@ -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