Indentation and whitespace fixes.

Straightforward indentation and whitespace modifications.
This is the first one in a series of commits that will bring
log manager in line with the coding style.
This commit is contained in:
Johan Wikman
2015-10-21 11:03:11 +03:00
parent add1927781
commit 76f4f4fe89
2 changed files with 2044 additions and 2044 deletions

View File

@ -1712,7 +1712,7 @@ static bool logmanager_register(
lm->lm_nlinks += 1; lm->lm_nlinks += 1;
} }
return_succp: return_succp:
if(!succp) if(!succp)
{ {
@ -2217,7 +2217,7 @@ static bool logfile_create(
} }
} }
} }
file_create_fail: file_create_fail:
if (namecreatefail || nameconflicts) if (namecreatefail || nameconflicts)
{ {
lf->lf_name_seqno += 1; lf->lf_name_seqno += 1;