From f7cb4550ef36125e69c3c1d8b77e936661bafd86 Mon Sep 17 00:00:00 2001 From: siyangy Date: Mon, 7 Aug 2017 10:35:58 -0700 Subject: [PATCH] Fix header guard name --- modules/common/util/points_downsampler.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/common/util/points_downsampler.h b/modules/common/util/points_downsampler.h index 410b143c0f..1cf5e84191 100644 --- a/modules/common/util/points_downsampler.h +++ b/modules/common/util/points_downsampler.h @@ -18,8 +18,8 @@ * @points_downsampler */ -#ifndef MODULES_COMMON_UTIL_DOWN_SAMPLER_H_ -#define MODULES_COMMON_UTIL_DOWN_SAMPLER_H_ +#ifndef MODULES_COMMON_UTIL_POINTS_DOWNSAMPLER_H_ +#define MODULES_COMMON_UTIL_POINTS_DOWNSAMPLER_H_ #include #include @@ -113,4 +113,4 @@ bool DownSampleByAngle(const std::vector &points, } // namespace common } // namespace apollo -#endif // MODULES_COMMON_UTIL_DOWN_SAMPLER_H_ +#endif // MODULES_COMMON_UTIL_POINTS_DOWNSAMPLER_H_ -- GitLab