Cosmetic fixes

Previous commits, to keep readability of the diffs, left the code that
was previously wrapped by preprocessor coditionals untouched.  Apply
some minor cosmetic changes to merge it in the surrounding code.

Signed-off-by: Alejandro Colomar <alx@kernel.org>
This commit is contained in:
Alejandro Colomar
2022-12-21 18:44:06 +01:00
committed by Iker Pedrosa
parent 3be7b9d75a
commit b990b167d4
3 changed files with 4 additions and 9 deletions

View File

@ -242,9 +242,7 @@ void failprint (const struct faillog *fail)
* maintains a record of all login failures.
*/
void failtmp (const char *username,
const struct utmp *failent
)
void failtmp (const char *username, const struct utmp *failent)
{
const char *ftmp;
int fd;