Formatting, whitespace

This commit is contained in:
Olof hagsand 2025-03-16 17:28:11 +01:00
parent f26ea043c7
commit 411f509fd8
19 changed files with 288 additions and 288 deletions

View file

@ -408,10 +408,10 @@ startup_common(clixon_handle h,
* @retval -1 Error - or validation failed (but cbret not set)
*/
int
startup_validate(clixon_handle h,
char *db,
cxobj **xtr,
cbuf *cbret)
startup_validate(clixon_handle h,
char *db,
cxobj **xtr,
cbuf *cbret)
{
int retval = -1;
int ret;
@ -454,9 +454,9 @@ startup_validate(clixon_handle h,
* Only called from startup_mode_startup
*/
int
startup_commit(clixon_handle h,
char *db,
cbuf *cbret)
startup_commit(clixon_handle h,
char *db,
cbuf *cbret)
{
int retval = -1;
int ret;