From ea354f3162b943856f8d5f43af23bdd3ffb3fbd3 Mon Sep 17 00:00:00 2001 From: Jingning Han <jingning@google.com> Date: Tue, 13 Sep 2016 08:55:56 -0700 Subject: [PATCH] Fix av1/common/clpf.c clang format Change-Id: I1a330c469559d5fc7e734a22e0ca3d16b817035c --- av1/common/clpf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/av1/common/clpf.c b/av1/common/clpf.c index 229e176e9a..ff2c372615 100644 --- a/av1/common/clpf.c +++ b/av1/common/clpf.c @@ -105,7 +105,7 @@ int av1_clpf_frame(const YV12_BUFFER_CONFIG *frame, strength <<= (cm->bit_depth - 8); #endif - // Make buffer space for in-place filtering +// Make buffer space for in-place filtering #if CONFIG_AOM_HIGHBITDEPTH CHECK_MEM_ERROR(cm, cache, aom_malloc(cache_size << !!cm->use_highbitdepth)); dst.y_buffer = cm->use_highbitdepth ? CONVERT_TO_BYTEPTR(cache) : cache; -- GitLab