diff options
| author | 2019-08-29 22:44:49 +0200 | |
|---|---|---|
| committer | 2019-09-04 16:53:29 +0200 | |
| commit | 30448641f2168bb6a234078279a9b46c90aa327b (patch) | |
| tree | 77e4f387e3386056fbbb1896facbf0bb4761a65a /src | |
| parent | accommodate for fmt update (diff) | |
| download | yuzu-30448641f2168bb6a234078279a9b46c90aa327b.tar.gz yuzu-30448641f2168bb6a234078279a9b46c90aa327b.tar.xz yuzu-30448641f2168bb6a234078279a9b46c90aa327b.zip | |
Fix clang-format
Diffstat (limited to 'src')
| -rw-r--r-- | src/core/reporter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/reporter.cpp b/src/core/reporter.cpp index 4a0b103e4..cfe0771e2 100644 --- a/src/core/reporter.cpp +++ b/src/core/reporter.cpp | |||
| @@ -5,8 +5,8 @@ | |||
| 5 | #include <ctime> | 5 | #include <ctime> |
| 6 | #include <fstream> | 6 | #include <fstream> |
| 7 | 7 | ||
| 8 | #include <fmt/format.h> | ||
| 9 | #include <fmt/chrono.h> | 8 | #include <fmt/chrono.h> |
| 9 | #include <fmt/format.h> | ||
| 10 | #include <json.hpp> | 10 | #include <json.hpp> |
| 11 | 11 | ||
| 12 | #include "common/file_util.h" | 12 | #include "common/file_util.h" |