Run clang-format on all files

The main change here is to reorder headers.
This commit is contained in:
ridiculousfish
2019-10-13 15:50:48 -07:00
parent e73e9c3e2e
commit 82eca4bc86
110 changed files with 250 additions and 171 deletions

View File

@@ -3,6 +3,7 @@
#include <errno.h>
#include <unistd.h>
#include <cstring>
#ifdef HAVE_SYS_SELECT_H
#include <sys/select.h>
@@ -11,8 +12,8 @@
#include <stdlib.h>
#include <sys/time.h>
#include <sys/types.h>
#include <cwchar>
#include <cwchar>
#include <deque>
#include <list>
#include <memory>