]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
Fix formatting
authorJoel Rosdahl <joel@rosdahl.net>
Mon, 10 Feb 2020 20:14:53 +0000 (21:14 +0100)
committerJoel Rosdahl <joel@rosdahl.net>
Mon, 10 Feb 2020 20:14:53 +0000 (21:14 +0100)
src/AtomicFile.cpp
src/CacheFile.hpp
src/Config.cpp
src/result.cpp
unittest/test_Config.cpp

index 3626f4517607e9d85675b89c767c8ae8dcff5442..4dbc805c9405383de8f968c1da10a317efa7df53 100644 (file)
@@ -18,8 +18,8 @@
 
 #include "AtomicFile.hpp"
 
-#include "exceptions.hpp"
 #include "Util.hpp"
+#include "exceptions.hpp"
 
 #include "third_party/fmt/core.h"
 
index d684f69115ed0faca682382220cde690b5605116..fb04f8f970a31146e181c7088862880c6c1c9018 100644 (file)
@@ -20,8 +20,8 @@
 
 #include "system.hpp"
 
-#include "exceptions.hpp"
 #include "Stat.hpp"
+#include "exceptions.hpp"
 
 #include "third_party/fmt/core.h"
 #include "third_party/nonstd/optional.hpp"
index bfaef8da520c5651aba0f3351d681ef18c700af3..a759adee8ad46638c42022e3c5adb2b6f78bf03c 100644 (file)
@@ -19,9 +19,9 @@
 #include "Config.hpp"
 
 #include "AtomicFile.hpp"
-#include "exceptions.hpp"
 #include "Util.hpp"
 #include "ccache.hpp"
+#include "exceptions.hpp"
 
 #include <algorithm>
 #include <cassert>
index 971567f09d3c4b33d6cdc1ece8316ab250b6b8f9..1985a867ab7c2698c5e3ef928ca893b1594a3f52 100644 (file)
 #include "CacheEntryReader.hpp"
 #include "CacheEntryWriter.hpp"
 #include "Config.hpp"
-#include "exceptions.hpp"
 #include "File.hpp"
 #include "Stat.hpp"
 #include "Util.hpp"
+#include "exceptions.hpp"
 #include "stats.hpp"
 
 // Result data format
index 5496f7faac80a79f044af975e4e693a4ace1cdbc..014b28a310e308e5748059b8c475a03bef5d490e 100644 (file)
@@ -17,9 +17,9 @@
 // Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
 
 #include "../src/Config.hpp"
-#include "../src/exceptions.hpp"
 #include "../src/Util.hpp"
 #include "../src/ccache.hpp"
+#include "../src/exceptions.hpp"
 
 #include "third_party/catch.hpp"
 #include "third_party/fmt/core.h"