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_