patch 9.1.1390: style: more wrong indentation
Problem: style: more wrong indentation
Solution: reformat a few more places
(Yegappan Lakshmanan)
closes: #17309
Signed-off-by: Yegappan Lakshmanan <yegappan@yahoo.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
diff --git a/src/gui_xmebw.c b/src/gui_xmebw.c
index 3d9519e..440c1b9 100644
--- a/src/gui_xmebw.c
+++ b/src/gui_xmebw.c
@@ -505,7 +505,7 @@
Boolean etched_in;
if (!eb->primitive.shadow_thickness)
- return;
+ return;
if ((eb->core.width <= 2 * eb->primitive.highlight_thickness)
|| (eb->core.height <= 2 * eb->primitive.highlight_thickness))
@@ -748,9 +748,9 @@
static void
Enter(Widget wid,
- XEvent *event,
- String *params UNUSED,
- Cardinal *num_params UNUSED)
+ XEvent *event,
+ String *params UNUSED,
+ Cardinal *num_params UNUSED)
{
XmEnhancedButtonWidget eb = (XmEnhancedButtonWidget) wid;
XmPushButtonCallbackStruct call_value;
@@ -837,9 +837,9 @@
static void
Leave(Widget wid,
- XEvent *event,
- String *params UNUSED,
- Cardinal *num_params UNUSED)
+ XEvent *event,
+ String *params UNUSED,
+ Cardinal *num_params UNUSED)
{
XmEnhancedButtonWidget eb = (XmEnhancedButtonWidget)wid;
XmPushButtonCallbackStruct call_value;