mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05:00
spa: libcamera: indent with tabs instead of spaces
This commit is contained in:
parent
fdccc10bc7
commit
9370fbee3d
4 changed files with 26 additions and 26 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue