1
0
mirror of https://github.com/systemd/systemd.git synced 2025-03-29 06:50:16 +03:00

basic/errno-util: adjust indentation

It was bothering me that this backslash wasn't aligned with the
ones below.
This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2021-11-16 09:08:12 +01:00
parent 947796eac3
commit 1990bc64cd

View File

@ -13,7 +13,7 @@ static inline void _reset_errno_(int *saved_errno) {
errno = *saved_errno;
}
#define PROTECT_ERRNO \
#define PROTECT_ERRNO \
_cleanup_(_reset_errno_) _unused_ int _saved_errno_ = errno
#define UNPROTECT_ERRNO \