]> git.sesse.net Git - plocate/commitdiff
clang-format again.
authorSteinar H. Gunderson <steinar+git@gunderson.no>
Wed, 7 Oct 2020 23:05:30 +0000 (01:05 +0200)
committerSteinar H. Gunderson <steinar+git@gunderson.no>
Wed, 7 Oct 2020 23:05:30 +0000 (01:05 +0200)
bench.cpp
plocate-build.cpp

index afec89771258e6d676c358240666157fb35fd185..9a3683e9f3faed6911f8fa55f6d010ae6532da43 100644 (file)
--- a/bench.cpp
+++ b/bench.cpp
@@ -9,8 +9,8 @@
 
 #include "db.h"
 #include "io_uring_engine.h"
-#include "turbopfor.h"
 #include "turbopfor-encode.h"
+#include "turbopfor.h"
 #include "vp4.h"
 
 using namespace std;
index 2f8bf318caedbaa2048769923659ba22637825fb..e273e6ca79e6d369e959ba1c3e0df4b264e25ce4 100644 (file)
@@ -1,4 +1,5 @@
 #include "db.h"
+#include "turbopfor-encode.h"
 
 #include <algorithm>
 #include <arpa/inet.h>
@@ -18,8 +19,6 @@
 #include <vector>
 #include <zstd.h>
 
-#include "turbopfor-encode.h"
-
 #define P4NENC_BOUND(n) ((n + 127) / 128 + (n + 32) * sizeof(uint32_t))
 #define dprintf(...)
 //#define dprintf(...) fprintf(stderr, __VA_ARGS__);