Skip to content
Snippets Groups Projects
Commit 30a41047 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Code indentation change only.

parent 40995ce1
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
Pipeline #4609 passed
......@@ -179,24 +179,24 @@ void xfer_opts()
cfg.max_userxfer=atoi(tmp);
break;
case __COUNTER__:
uifc.helpbuf=
"`Default Percentage of Credits to Credit Uploader on Upload:`\n"
"\n"
"This is the default setting that will be used when new file\n"
"directories are created.\n"
;
uifc.helpbuf=
"`Default Percentage of Credits to Credit Uploader on Upload:`\n"
"\n"
"This is the default setting that will be used when new file\n"
"directories are created.\n"
;
uifc.input(WIN_MID,0,0
,"Default Percentage of Credits to Credit Uploader on Upload"
,ultoa(cfg.cdt_up_pct,tmp,10),4,K_EDIT|K_NUMBER);
cfg.cdt_up_pct=atoi(tmp);
break;
case __COUNTER__:
uifc.helpbuf=
"`Default Percentage of Credits to Credit Uploader on Download:`\n"
"\n"
"This is the default setting that will be used when new file\n"
"directories are created.\n"
;
uifc.helpbuf=
"`Default Percentage of Credits to Credit Uploader on Download:`\n"
"\n"
"This is the default setting that will be used when new file\n"
"directories are created.\n"
;
uifc.input(WIN_MID,0,0
,"Default Percentage of Credits to Credit Uploader on Download"
,ultoa(cfg.cdt_dn_pct,tmp,10),4,K_EDIT|K_NUMBER);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment