libobs: Fix indent

This commit is contained in:
jp9000 2019-02-12 19:33:13 -08:00
parent 573197af5b
commit b63e7fbcb5

View File

@ -334,7 +334,7 @@ static inline const char *find_min_ts(struct obs_core_data *data,
source->audio_ts < *min_ts) {
*min_ts = source->audio_ts;
buffering_source = source;
}
}
source = (struct obs_source*)source->next_audio_source;
}