Cleanup: Make format

Small format changes in various files (not just mine).
This commit is contained in:
Harley Acheson
2023-07-27 13:12:52 -07:00
parent 38d90f1f47
commit 1f4e59a96f
4 changed files with 14 additions and 12 deletions

View File

@@ -6,11 +6,11 @@
* \ingroup render
*/
#include <fcntl.h>
#include <cfloat>
#include <cmath>
#include <cstdio>
#include <cstring>
#include <fcntl.h>
#ifndef WIN32
# include <unistd.h>
#else