From: Zbigniew Jędrzejewski-Szmek Date: Tue, 16 Nov 2021 08:08:12 +0000 (+0100) Subject: basic/errno-util: adjust indentation X-Git-Tag: v250-rc1~241^2~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1990bc64cdc6058ba54199632279d8106c51fdea;p=thirdparty%2Fsystemd.git basic/errno-util: adjust indentation It was bothering me that this backslash wasn't aligned with the ones below. --- diff --git a/src/basic/errno-util.h b/src/basic/errno-util.h index 6d79723b392..8cd7de5bc89 100644 --- a/src/basic/errno-util.h +++ b/src/basic/errno-util.h @@ -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 \