1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-07 06:01:48 +02:00

test/ca-fd-leak: fix clang-tidy lints

(cherry picked from commit b050db951b)
This commit is contained in:
Jörg Thalheim 2025-03-21 11:21:27 +01:00 committed by Mergify
parent b1826f720c
commit 9ee7318a23
2 changed files with 2 additions and 1 deletions

View file

@ -5,6 +5,7 @@
#include <stdio.h>
#include <unistd.h>
#include <assert.h>
#include <string.h>
int main(int argc, char **argv) {