1
0
mirror of https://github.com/djhackersdev/bemanitools.git synced 2024-11-28 00:10:51 +01:00

chore: Apply code formatting

This commit is contained in:
icex2 2023-04-15 22:35:56 +02:00 committed by icex2
parent bf83bd89e5
commit e40709ddf7
2 changed files with 17 additions and 15 deletions

View File

@ -837,7 +837,8 @@ void camhook_init(struct camhook_config_cam *config_cam)
NULL, "Mf.dll", camhook_mf_syms, lengthof(camhook_mf_syms));
log_info("Inserted cam hooks for %d cams", (int) num_setup);
// If the user has manually disabled all cams, don't print this in the log
// If the user has manually disabled all cams, don't print this in the
// log
} else if (num_addressed_cams != config_cam->num_devices) {
log_info("No cams detected, not hooking");
}

View File

@ -14,7 +14,8 @@ const char *camhook_config_disable_camera[CAMHOOK_CONFIG_CAM_MAX] = {
"cam.disable_camera2",
};
const int camhook_config_disable_camera_default_values[CAMHOOK_CONFIG_CAM_MAX] = {
const int camhook_config_disable_camera_default_values[CAMHOOK_CONFIG_CAM_MAX] =
{
false,
false,
};