| Index: sky/engine/core/animation/LengthStyleInterpolation.h
|
| diff --git a/sky/engine/core/animation/LengthStyleInterpolation.h b/sky/engine/core/animation/LengthStyleInterpolation.h
|
| index cf5b4bd730e08b1db1014a8ced2c35b6186d7d73..ccca7d536a226e8e5cb4fc30a210c62ef1d35a8f 100644
|
| --- a/sky/engine/core/animation/LengthStyleInterpolation.h
|
| +++ b/sky/engine/core/animation/LengthStyleInterpolation.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 LengthStyleInterpolation_h
|
| -#define LengthStyleInterpolation_h
|
| +#ifndef SKY_ENGINE_CORE_ANIMATION_LENGTHSTYLEINTERPOLATION_H_
|
| +#define SKY_ENGINE_CORE_ANIMATION_LENGTHSTYLEINTERPOLATION_H_
|
|
|
| #include "sky/engine/core/animation/StyleInterpolation.h"
|
| #include "sky/engine/platform/Length.h"
|
| @@ -36,4 +36,4 @@ private:
|
|
|
| }
|
|
|
| -#endif
|
| +#endif // SKY_ENGINE_CORE_ANIMATION_LENGTHSTYLEINTERPOLATION_H_
|
|
|