Apply clang-format
Change-Id: Ie57676814833824b1f3612b60ed9b0485c7ffd52
diff --git a/av1/encoder/encodemv.c b/av1/encoder/encodemv.c
index e8ed909..b3e56cb 100644
--- a/av1/encoder/encodemv.c
+++ b/av1/encoder/encodemv.c
@@ -142,7 +142,8 @@
aom_prob upd_p) {
(void)upd_p;
#if CONFIG_TILE_GROUPS
- // Just use the default maximum number of tile groups to avoid passing in the actual
+ // Just use the default maximum number of tile groups to avoid passing in the
+ // actual
// number
av1_cond_prob_diff_update(w, cur_p, ct, DEFAULT_MAX_NUM_TG);
#else