Fix av1/common/clpf.c clang format

Change-Id: I1a330c469559d5fc7e734a22e0ca3d16b817035c
diff --git a/av1/common/clpf.c b/av1/common/clpf.c
index 229e176..ff2c372 100644
--- a/av1/common/clpf.c
+++ b/av1/common/clpf.c
@@ -105,7 +105,7 @@
   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;