aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRobert Pluim2021-02-23 15:21:26 +0100
committerRobert Pluim2021-02-25 16:44:43 +0100
commita1673d329643073233114c22d6d2c1af8dffa51b (patch)
tree9f5cf296a82e5e9c60bb19b851082b5ad129ebaa /src
parent4d43b9a0b0ba2a2f233d81165c6d410a7de61d1d (diff)
downloademacs-a1673d329643073233114c22d6d2c1af8dffa51b.tar.gz
emacs-a1673d329643073233114c22d6d2c1af8dffa51b.zip
; * src/xfaces.c (realize_gui_face): Correct formatting
* src/xfaces.c (realize_gui_face): Correct code formatting.
Diffstat (limited to 'src')
-rw-r--r--src/xfaces.c9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/xfaces.c b/src/xfaces.c
index 4b020001c31..ab4440f46ad 100644
--- a/src/xfaces.c
+++ b/src/xfaces.c
@@ -6034,10 +6034,11 @@ realize_gui_face (struct face_cache *cache, Lisp_Object attrs[LFACE_VECTOR_SIZE]
6034 face->box = FACE_RAISED_BOX; 6034 face->box = FACE_RAISED_BOX;
6035 else if (EQ (value, Qpressed_button)) 6035 else if (EQ (value, Qpressed_button))
6036 face->box = FACE_SUNKEN_BOX; 6036 face->box = FACE_SUNKEN_BOX;
6037 else if (EQ (value, Qflat_button)) { 6037 else if (EQ (value, Qflat_button))
6038 face->box = FACE_SIMPLE_BOX; 6038 {
6039 face->box_color = face->background; 6039 face->box = FACE_SIMPLE_BOX;
6040 } 6040 face->box_color = face->background;
6041 }
6041 } 6042 }
6042 } 6043 }
6043 } 6044 }