1
0
mirror of https://github.com/falk-werner/webfuse synced 2026-03-02 03:40:24 +00:00

add newline at end of file

This commit is contained in:
Falk Werner
2023-01-25 21:22:51 +01:00
parent 5db3b28b5a
commit 7d4f3a1d86
43 changed files with 43 additions and 45 deletions

View File

@@ -22,4 +22,4 @@ INSTANTIATE_TEST_CASE_P(filemode_value, filemode_test,
S_IFREG | 0644,
S_IFDIR | 0755
)
);
);

View File

@@ -21,4 +21,4 @@ INSTANTIATE_TEST_CASE_P(openflags_values, openflags_test,
O_NDELAY, O_SYNC,
O_WRONLY | O_CREAT | O_TRUNC
)
);
);