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

@@ -1,11 +1,12 @@
// Helper functions for working with wcstring.
#include "config.h" // IWYU pragma: keep
#include "common.h"
#include "wcstringutil.h"
#include <wctype.h>
#include "common.h"
typedef wcstring::size_type size_type;
wcstring_range wcstring_tok(wcstring &str, const wcstring &needle, wcstring_range last) {