We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
memalignment.h
1 parent 152894e commit 000e4e2Copy full SHA for 000e4e2
libc/src/stdlib/memalignment.h
@@ -1,4 +1,5 @@
1
-//===-- Implementation header for memalignment --------------------------*- C++ -*-===//
+//===-- Implementation header for memalignment --------------------------*- C++
2
+//-*-===//
3
//
4
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
5
// See https://llvm.org/LICENSE.txt for license information.
@@ -14,9 +15,8 @@
14
15
16
namespace LIBC_NAMESPACE_DECL {
17
-size_t memalignment(const void* p);
18
+size_t memalignment(const void *p);
19
20
} // namespace LIBC_NAMESPACE_DECL
21
22
#endif // LLVM_LIBC_SRC_STDLIB_LDIV_H
-
0 commit comments