]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
basic/errno-util: adjust indentation
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 16 Nov 2021 08:08:12 +0000 (09:08 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 16 Nov 2021 08:21:22 +0000 (09:21 +0100)
It was bothering me that this backslash wasn't aligned with the
ones below.

src/basic/errno-util.h

index 6d79723b392f164821c785c0c4ec59b344b6c91f..8cd7de5bc89581c4f136a49b14d23585ec81fe54 100644 (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                         \