diff options
| author | Patrick Venture <venture@google.com> | 2018-08-31 09:19:17 -0700 |
|---|---|---|
| committer | Patrick Venture <venture@google.com> | 2018-08-31 12:44:45 -0700 |
| commit | 95269dbc8c38fb41ac50639eafa8d8c3e57ec748 (patch) | |
| tree | 96717cba084c97a81d8ce19d49b5bce21ce53daa /test/utility | |
| parent | 0b5d1e013f79546a12abf5648906ad08ca4df0f4 (diff) | |
| download | sdbusplus-95269dbc8c38fb41ac50639eafa8d8c3e57ec748.tar.gz sdbusplus-95269dbc8c38fb41ac50639eafa8d8c3e57ec748.zip | |
update .clang-format header inclusion order
Added the header inclusion order to the .clang-format file generated
these changes.
Change-Id: Ia31b21d7ea451cac0309828006bc17c27cbd5bd5
Signed-off-by: Patrick Venture <venture@google.com>
Diffstat (limited to 'test/utility')
| -rw-r--r-- | test/utility/tuple_to_array.cpp | 1 | ||||
| -rw-r--r-- | test/utility/type_traits.cpp | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/test/utility/tuple_to_array.cpp b/test/utility/tuple_to_array.cpp index bf73783..0b79170 100644 --- a/test/utility/tuple_to_array.cpp +++ b/test/utility/tuple_to_array.cpp @@ -1,4 +1,5 @@ #include <sdbusplus/utility/tuple_to_array.hpp> + #include <gtest/gtest.h> TEST(TupleToArray, Test3Chars) diff --git a/test/utility/type_traits.cpp b/test/utility/type_traits.cpp index 1a411f7..6e15201 100644 --- a/test/utility/type_traits.cpp +++ b/test/utility/type_traits.cpp @@ -1,7 +1,8 @@ -#include <gtest/gtest.h> #include <sdbusplus/utility/type_traits.hpp> #include <type_traits> +#include <gtest/gtest.h> + namespace { |

