diff options
Diffstat (limited to 'base')
-rw-r--r-- | base/gfx/size.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/base/gfx/size.h b/base/gfx/size.h index a7a471d..bf0aa26 100644 --- a/base/gfx/size.h +++ b/base/gfx/size.h @@ -2,8 +2,8 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#ifndef BASE_GFX_SIZE_H__ -#define BASE_GFX_SIZE_H__ +#ifndef BASE_GFX_SIZE_H_ +#define BASE_GFX_SIZE_H_ #include "build/build_config.h" @@ -73,4 +73,4 @@ inline std::ostream& operator<<(std::ostream& out, const gfx::Size& s) { return out << s.width() << "x" << s.height(); } -#endif // BASE_GFX_SIZE_H__ +#endif // BASE_GFX_SIZE_H_ |