code format

This commit is contained in:
vanhauser-thc
2024-11-19 16:25:50 +01:00
parent d11ade56e2
commit 82752fe38d
3 changed files with 11 additions and 5 deletions

View File

@ -10,9 +10,9 @@
#include <fstream>
#ifdef __has_include
#if __has_include(<optional>)
#include <optional>
#endif
#if __has_include(<optional>)
#include <optional>
#endif
#endif
#include <sys/time.h>