mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-08-13 20:58:34 -05:00
Formatting changes
This commit is contained in:
@@ -1,16 +1,12 @@
|
||||
#include "obs-data.h"
|
||||
|
||||
struct obs_data_item {
|
||||
};
|
||||
struct obs_data_item {};
|
||||
|
||||
struct obs_data {
|
||||
};
|
||||
struct obs_data {};
|
||||
|
||||
struct obs_data_array {
|
||||
};
|
||||
struct obs_data_array {};
|
||||
|
||||
struct obs_data_number {
|
||||
};
|
||||
struct obs_data_number {};
|
||||
|
||||
obs_data_t *obs_data_create()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user