From: Joel Rosdahl Date: Mon, 10 Feb 2020 20:14:53 +0000 (+0100) Subject: Fix formatting X-Git-Tag: v4.0~633 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a764d6a9e4f9a8e74b5e4d999efa1aa0ff751c69;p=thirdparty%2Fccache.git Fix formatting --- diff --git a/src/AtomicFile.cpp b/src/AtomicFile.cpp index 3626f4517..4dbc805c9 100644 --- a/src/AtomicFile.cpp +++ b/src/AtomicFile.cpp @@ -18,8 +18,8 @@ #include "AtomicFile.hpp" -#include "exceptions.hpp" #include "Util.hpp" +#include "exceptions.hpp" #include "third_party/fmt/core.h" diff --git a/src/CacheFile.hpp b/src/CacheFile.hpp index d684f6911..fb04f8f97 100644 --- a/src/CacheFile.hpp +++ b/src/CacheFile.hpp @@ -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" diff --git a/src/Config.cpp b/src/Config.cpp index bfaef8da5..a759adee8 100644 --- a/src/Config.cpp +++ b/src/Config.cpp @@ -19,9 +19,9 @@ #include "Config.hpp" #include "AtomicFile.hpp" -#include "exceptions.hpp" #include "Util.hpp" #include "ccache.hpp" +#include "exceptions.hpp" #include #include diff --git a/src/result.cpp b/src/result.cpp index 971567f09..1985a867a 100644 --- a/src/result.cpp +++ b/src/result.cpp @@ -22,10 +22,10 @@ #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 diff --git a/unittest/test_Config.cpp b/unittest/test_Config.cpp index 5496f7faa..014b28a31 100644 --- a/unittest/test_Config.cpp +++ b/unittest/test_Config.cpp @@ -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"