Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
royshil committed Dec 13, 2023
1 parent d9dbd98 commit 937d542
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
!CMakePresets.json
!LICENSE
!README.md
!patch_libobs.diff

# Exclude lock files
*.lock.json
Expand Down
5 changes: 2 additions & 3 deletions src/background-filter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -118,9 +118,8 @@ obs_properties_t *background_filter_properties(void *data)
obs_property_set_modified_callback(advanced, enable_advanced_settings);

/* Threshold props */
obs_property_t *p_enable_threshold =
obs_properties_add_bool(props, "enable_threshold",
obs_module_text("EnableThreshold"));
obs_property_t *p_enable_threshold = obs_properties_add_bool(
props, "enable_threshold", obs_module_text("EnableThreshold"));
obs_property_set_modified_callback(p_enable_threshold,
enable_threshold_modified);

Expand Down

0 comments on commit 937d542

Please # to comment.