emacs-diffs
[Top][All Lists]
Advanced

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

master 229f0b8dd3b: ; Fix coding style in just installed change


From: Po Lu
Subject: master 229f0b8dd3b: ; Fix coding style in just installed change
Date: Tue, 6 Jun 2023 09:06:01 -0400 (EDT)

branch: master
commit 229f0b8dd3b92827b6e0c6fc105508e8b80858f5
Author: Po Lu <luangruo@yahoo.com>
Commit: Po Lu <luangruo@yahoo.com>

    ; Fix coding style in just installed change
    
    * src/window.c (window_wants_header_line): Fix whitespace.
---
 src/window.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/window.c b/src/window.c
index 7d89885b65f..81578375498 100644
--- a/src/window.c
+++ b/src/window.c
@@ -5530,10 +5530,10 @@ null_header_line_format (Lisp_Object fmt, struct frame 
*f)
 bool
 window_wants_header_line (struct window *w)
 {
-  Lisp_Object window_header_line_format =
-    window_parameter (w, Qheader_line_format);
+  Lisp_Object window_header_line_format
+    = window_parameter (w, Qheader_line_format);
 
-  struct frame *f = WINDOW_XFRAME(w);
+  struct frame *f = WINDOW_XFRAME (w);
 
   return (WINDOW_LEAF_P (w)
          && !MINI_WINDOW_P (w)



reply via email to

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