Skip to content

Commit 000e4e2

Browse files
committed
chore: fix formatting of memalignment.h
1 parent 152894e commit 000e4e2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

libc/src/stdlib/memalignment.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
//===-- Implementation header for memalignment --------------------------*- C++ -*-===//
1+
//===-- Implementation header for memalignment --------------------------*- C++
2+
//-*-===//
23
//
34
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
45
// See https://llvm.org/LICENSE.txt for license information.
@@ -14,9 +15,8 @@
1415

1516
namespace LIBC_NAMESPACE_DECL {
1617

17-
size_t memalignment(const void* p);
18+
size_t memalignment(const void *p);
1819

1920
} // namespace LIBC_NAMESPACE_DECL
2021

2122
#endif // LLVM_LIBC_SRC_STDLIB_LDIV_H
22-

0 commit comments

Comments
 (0)