From f704667122ef74c0b93a5a493f4548b5e7eaadbb Mon Sep 17 00:00:00 2001 From: TCMalloc Team Date: Thu, 20 Aug 2026 22:51:39 -0700 Subject: [PATCH] No public description PiperOrigin-RevId: 968275839 --- tcmalloc/internal/is_aligned_to.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tcmalloc/internal/is_aligned_to.h b/tcmalloc/internal/is_aligned_to.h index 31ad2367e..cd85c0dff 100644 --- a/tcmalloc/internal/is_aligned_to.h +++ b/tcmalloc/internal/is_aligned_to.h @@ -12,8 +12,8 @@ // See the License for the specific language governing permissions and // limitations under the License. -#ifndef TCMALLOC_IS_ALIGNED_TO_H_ -#define TCMALLOC_IS_ALIGNED_TO_H_ +#ifndef TCMALLOC_INTERNAL_IS_ALIGNED_TO_H_ +#define TCMALLOC_INTERNAL_IS_ALIGNED_TO_H_ #include #include @@ -48,4 +48,4 @@ inline bool IsAlignedTo(const void* addr, std::align_val_t alignment) { } // namespace tcmalloc::tcmalloc_internal GOOGLE_MALLOC_SECTION_END -#endif +#endif // TCMALLOC_INTERNAL_IS_ALIGNED_TO_H_