spa: libcamera: indent with tabs instead of spaces

This commit is contained in:
Barnabás Pőcze 2022-09-03 19:03:11 +02:00 committed by Wim Taymans
parent fdccc10bc7
commit 9370fbee3d
4 changed files with 26 additions and 26 deletions

View file

@ -989,7 +989,7 @@ impl_init(const struct spa_handle_factory *factory,
if (impl->manager == NULL) {
res = -errno;
spa_log_error(impl->log, "can't start camera manager: %s", spa_strerror(res));
return res;
return res;
}
impl->camera = impl->manager->get(impl->props.device);