Skip to content
This repository has been archived by the owner on Dec 18, 2024. It is now read-only.

Commit

Permalink
Refactor code formatting in plugin-main.c
Browse files Browse the repository at this point in the history
  • Loading branch information
royshil committed Apr 11, 2024
1 parent aa4f1dc commit fb29d97
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/plugin-main.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ extern struct obs_source_info detect_filter_info;
bool obs_module_load(void)
{
obs_register_source(&detect_filter_info);
obs_log(LOG_INFO, "plugin loaded successfully (version %s)",
PLUGIN_VERSION);
obs_log(LOG_INFO, "plugin loaded successfully (version %s)", PLUGIN_VERSION);
return true;
}

Expand Down

0 comments on commit fb29d97

Please sign in to comment.