Commit b6184fa2 authored by David Reid's avatar David Reid

Fix some Wnewline-eof warnings.

parent 166fd6df
...@@ -145,4 +145,4 @@ done0: ma_device_uninit(&device); ...@@ -145,4 +145,4 @@ done0: ma_device_uninit(&device);
(void)argv; (void)argv;
return 0; return 0;
} }
\ No newline at end of file
...@@ -111,4 +111,4 @@ done1: ma_node_graph_uninit(&g_nodeGraph, NULL); ...@@ -111,4 +111,4 @@ done1: ma_node_graph_uninit(&g_nodeGraph, NULL);
done0: ma_device_uninit(&device); done0: ma_device_uninit(&device);
return 0; return 0;
} }
\ No newline at end of file
...@@ -119,4 +119,4 @@ done0: ma_device_uninit(&device); ...@@ -119,4 +119,4 @@ done0: ma_device_uninit(&device);
(void)argv; (void)argv;
return 0; return 0;
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment