Formatting changes

This commit is contained in:
WarmUpTill
2024-03-12 20:54:53 +01:00
committed by WarmUpTill
parent 82d1aed472
commit b17a6cc109
10 changed files with 28 additions and 20 deletions

View File

@@ -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()
{