Verified Commit 91b3185f authored by Marc Vef's avatar Marc Vef
Browse files

Reformat code for clang-format-15

parent 99a48ef1
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -397,7 +397,8 @@ PreloadContext::protect_user_fds() {

    LOG(DEBUG, "Protecting application fds [{}, {}]", 0, MAX_USER_FDS - 1);

    const int nullfd = ::syscall_no_intercept(SYS_openat, 0, "/dev/null", O_RDONLY);
    const int nullfd =
            ::syscall_no_intercept(SYS_openat, 0, "/dev/null", O_RDONLY);
    assert(::syscall_error_code(nullfd) == 0);
    protected_fds_.set(nullfd);

+5 −5

File changed.

Contains only whitespace changes.

+18 −18

File changed.

Contains only whitespace changes.

+6 −6

File changed.

Contains only whitespace changes.

+4 −4

File changed.

Contains only whitespace changes.