]> git.eshelyaron.com Git - emacs.git/commitdiff
; * src/profiler.c (export_log): Fix whitespace (bug#78762).
authorEli Zaretskii <eliz@gnu.org>
Sat, 14 Jun 2025 14:56:01 +0000 (17:56 +0300)
committerEshel Yaron <me@eshelyaron.com>
Wed, 18 Jun 2025 08:13:44 +0000 (10:13 +0200)
(cherry picked from commit 69254cd51a1cdf8a67f2c10421c098cf907c0125)

src/profiler.c

index f421eb52b31b95da37c365656d514fff45d92e5f..6d6769b0cdd64e50b0e9278823328c8f7fc21e58 100644 (file)
@@ -560,7 +560,9 @@ before returning.  */)
 static Lisp_Object
 export_log (struct profiler_log *plog)
 {
-  if (!plog->log) return Qnil;
+  if (!plog->log)
+    return Qnil;
+
   log_t *log = plog->log;
   /* The returned hash table uses `equal' as key equivalence predicate
      which is more discriminating than the `function-equal' used by