Hi Derrick, > +struct ref_filter_cbdata { > + struct ref_array *array; > + struct ref_filter *filter; > + struct contains_cache contains_cache; > + struct contains_cache no_contains_cache; These members also seem to be moved whitespace-inconsistently. Could you clarify in the commit message that you re-indent them or what happened?