emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

scratch/elisp-benchmarks 1675aa61b84 32/54: ; * benchmarks/pack-unpack.e


From: Pip Cet
Subject: scratch/elisp-benchmarks 1675aa61b84 32/54: ; * benchmarks/pack-unpack.el: Remove unnecessary newlines.
Date: Mon, 30 Dec 2024 22:40:43 -0500 (EST)

branch: scratch/elisp-benchmarks
commit 1675aa61b84b957fda305368adf4d1c2426b7733
Author: Andrea Corallo <akrl@sdf.org>
Commit: Andrea Corallo <akrl@sdf.org>

    ; * benchmarks/pack-unpack.el: Remove unnecessary newlines.
---
 elisp-benchmarks/benchmarks/pack-unpack.el | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/elisp-benchmarks/benchmarks/pack-unpack.el 
b/elisp-benchmarks/benchmarks/pack-unpack.el
index 85aa2caa6da..d05571e4568 100644
--- a/elisp-benchmarks/benchmarks/pack-unpack.el
+++ b/elisp-benchmarks/benchmarks/pack-unpack.el
@@ -63,7 +63,6 @@
     (data vec length)
     (_ align 4)))
 
-
 (defconst packet-bindat-type
   (bindat-type
     (header type header-bindat-type)
@@ -123,7 +122,5 @@
     (bindat-unpack packet-bindat-spec
                    (bindat-pack packet-bindat-spec struct-bindat))))
 
-
-
 (provide 'benchmarks/pack-unpack)
 ;;; benchmarks/pack-unpack.el ends here



reply via email to

[Prev in Thread] Current Thread [Next in Thread]