mirror of
https://github.com/reactos/reactos.git
synced 2025-08-09 05:33:12 +00:00
[SERVMAN] Fix trailing whitespace.
This commit is contained in:
parent
f1a4a6e704
commit
ec0853ba70
5 changed files with 8 additions and 9 deletions
|
@ -14,7 +14,7 @@ typedef struct _STOP_DATA
|
|||
LPWSTR ServiceName;
|
||||
LPWSTR DisplayName;
|
||||
LPWSTR ServiceList;
|
||||
|
||||
|
||||
} STOP_DATA, *PSTOP_DATA;
|
||||
|
||||
static LPWSTR
|
||||
|
@ -250,7 +250,7 @@ InitDialog(HWND hDlg,
|
|||
AddServiceNamesToStop(hServiceListBox,
|
||||
(LPWSTR)StopData->ServiceList);
|
||||
}
|
||||
|
||||
|
||||
return bRet;
|
||||
}
|
||||
|
||||
|
@ -309,6 +309,6 @@ CreateStopDependsDialog(HWND hParent,
|
|||
(LPARAM)&StopData);
|
||||
if (Result == IDOK)
|
||||
return TRUE;
|
||||
|
||||
|
||||
return FALSE;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue