Skip to content

Commit 05ee96f

Browse files
Fix formatting
1 parent 685cddb commit 05ee96f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

libc/test/src/sys/mman/linux/mincore_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ using LIBC_NAMESPACE::testing::ErrnoSetterMatcher::Fails;
2020
using LIBC_NAMESPACE::testing::ErrnoSetterMatcher::Succeeds;
2121
using LlvmLibcMincoreTest = LIBC_NAMESPACE::testing::ErrnoCheckingTest;
2222

23-
//TODO: Replace with sysconf call once the function is properly implemented.
23+
// TODO: Replace with sysconf call once the function is properly implemented.
2424
constexpr size_t PAGE_SIZE = 4096;
2525

2626
TEST_F(LlvmLibcMincoreTest, UnMappedMemory) {

libc/test/src/sys/mman/linux/mlock_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
#include <sys/syscall.h>
3030

31-
//TODO: Replace with sysconf call once the function is properly implemented.
31+
// TODO: Replace with sysconf call once the function is properly implemented.
3232
constexpr size_t PAGE_SIZE = 4096;
3333

3434
using namespace LIBC_NAMESPACE::testing::ErrnoSetterMatcher;

libc/test/src/sys/mman/linux/msync_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
#include "test/UnitTest/ErrnoSetterMatcher.h"
1616
#include "test/UnitTest/Test.h"
1717

18-
//TODO: Replace with sysconf call once the function is properly implemented.
18+
// TODO: Replace with sysconf call once the function is properly implemented.
1919
constexpr size_t PAGE_SIZE = 4096;
2020

2121
using namespace LIBC_NAMESPACE::testing::ErrnoSetterMatcher;

libc/test/src/sys/mman/linux/remap_file_pages_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
#include <sys/mman.h>
1919
#include <sys/stat.h> // For S_IRWXU
2020

21-
//TODO: Replace with sysconf call once the function is properly implemented.
21+
// TODO: Replace with sysconf call once the function is properly implemented.
2222
constexpr size_t PAGE_SIZE = 4096;
2323

2424
using LIBC_NAMESPACE::testing::ErrnoSetterMatcher::Fails;

0 commit comments

Comments
 (0)