mirror of https://github.com/XEphem/XEphem.git
saveres.c: Made indentation more consistent
This commit is contained in:
parent
6c85a2fc76
commit
ad0d848558
|
|
@ -3695,7 +3695,7 @@ create_srcshell (void)
|
|||
XtSetArg (args[n], XmNtopWidget, rb_w); n++;
|
||||
XtSetArg (args[n], XmNleftAttachment, XmATTACH_FORM); n++;
|
||||
tl_w = XmCreateLabel (mf_w, "TL", args, n);
|
||||
set_xmstring (tl_w, XmNlabelString,"Then set target from menus above.");
|
||||
set_xmstring (tl_w, XmNlabelString, "Then set target from menus above.");
|
||||
XtManageChild (tl_w);
|
||||
|
||||
/* sep on top of color controls */
|
||||
|
|
@ -3811,8 +3811,8 @@ create_srcshell (void)
|
|||
|
||||
/* create black drawing area to match initial scale settings */
|
||||
n = 0;
|
||||
XtSetArg (args[n], XmNbackground, BlackPixel(dsp,
|
||||
DefaultScreen(dsp))); n++;
|
||||
XtSetArg (args[n], XmNbackground,
|
||||
BlackPixel(dsp, DefaultScreen(dsp))); n++;
|
||||
srcda_w = XmCreateDrawingArea (fr_w, "DA", args, n);
|
||||
wtip (srcda_w, "Color patch showing above settings");
|
||||
XtManageChild (srcda_w);
|
||||
|
|
|
|||
Loading…
Reference in New Issue