From 716d37f8bfc7c1e9347f405a1a62ddee0fc99f57 Mon Sep 17 00:00:00 2001 From: Jim Bankoski Date: Sun, 29 Sep 2013 18:58:58 -0700 Subject: [PATCH] fixed cpplint issue with vp9_scale.h Change-Id: Ia7969baac7ffc6d7a0e8e8e83e9252d077a3c5b3 --- vp9/common/vp9_scale.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vp9/common/vp9_scale.h b/vp9/common/vp9_scale.h index 7a720d035..ece011477 100644 --- a/vp9/common/vp9_scale.h +++ b/vp9/common/vp9_scale.h @@ -48,4 +48,4 @@ static int vp9_is_scaled(const struct scale_factors *sf) { sf->y_scale_fp != REF_NO_SCALE; } -#endif // VP9_COMMON_VP9_SCALE_H_ +#endif // VP9_COMMON_VP9_SCALE_H_ -- 2.40.0