Add a newline at the end of main.c

This is aesthetics stuff.

Wow,
such code,
much prettiness,
very C,
wow.
This commit is contained in:
Marcel Plch 2024-11-06 19:29:09 +01:00
parent d2ec11859d
commit 594b6ef722
Signed by: dormouse
GPG key ID: 2CA77596BC4BDFFE

View file

@ -24,3 +24,4 @@ main(void) {
retval = cx_run(window, nn);
return retval;
}