diff --git a/extras/nodes/ma_channel_separator_node/ma_channel_separator_node_example.c b/extras/nodes/ma_channel_separator_node/ma_channel_separator_node_example.c index 00953275..04456392 100644 --- a/extras/nodes/ma_channel_separator_node/ma_channel_separator_node_example.c +++ b/extras/nodes/ma_channel_separator_node/ma_channel_separator_node_example.c @@ -145,4 +145,4 @@ done0: ma_device_uninit(&device); (void)argv; return 0; -} \ No newline at end of file +} diff --git a/extras/nodes/ma_ltrim_node/ma_ltrim_node_example.c b/extras/nodes/ma_ltrim_node/ma_ltrim_node_example.c index 81b9ca87..f6a2d05b 100644 --- a/extras/nodes/ma_ltrim_node/ma_ltrim_node_example.c +++ b/extras/nodes/ma_ltrim_node/ma_ltrim_node_example.c @@ -111,4 +111,4 @@ done1: ma_node_graph_uninit(&g_nodeGraph, NULL); done0: ma_device_uninit(&device); return 0; -} \ No newline at end of file +} diff --git a/extras/nodes/ma_reverb_node/ma_reverb_node_example.c b/extras/nodes/ma_reverb_node/ma_reverb_node_example.c index 5827641f..beb9ac57 100644 --- a/extras/nodes/ma_reverb_node/ma_reverb_node_example.c +++ b/extras/nodes/ma_reverb_node/ma_reverb_node_example.c @@ -119,4 +119,4 @@ done0: ma_device_uninit(&device); (void)argv; return 0; -} \ No newline at end of file +}