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

@@ -3,9 +3,9 @@
#include "timer.h"
#include <string.h>
#include <stdint.h>
#include <stdio.h>
#include <string.h>
#include <algorithm>
#include <chrono>
@@ -16,7 +16,7 @@
#include "common.h"
#include "fallback.h" // IWYU pragma: keep
#include "wutil.h" // IWYU pragma: keep
#include "wutil.h" // IWYU pragma: keep
// Measuring time is always complicated with many caveats. Quite apart from the typical
// gotchas faced by developers attempting to choose between monotonic vs non-monotonic and system vs