clang-format all C++ files

This mostly re-sorts headers that got desorted after the IWYU
application in 14d2a6d8ff.
This commit is contained in:
ridiculousfish
2022-08-21 14:51:33 -07:00
parent c260c1259e
commit 3eae0a9b6a
62 changed files with 134 additions and 132 deletions

View File

@@ -10,7 +10,7 @@
#include <utility>
#include "common.h"
#include "fallback.h" // IWYU pragma: keep
#include "fallback.h" // IWYU pragma: keep
#include "flog.h"
wcstring truncate(const wcstring &input, int max_len, ellipsis_type etype) {