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:
parent
947796eac3
commit
1990bc64cd
@ -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 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user