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/vtable | |
| 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/vtable')
| -rw-r--r-- | test/vtable/vtable.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/vtable/vtable.cpp b/test/vtable/vtable.cpp index bc67382..399630c 100644 --- a/test/vtable/vtable.cpp +++ b/test/vtable/vtable.cpp @@ -1,4 +1,5 @@ #include <sdbusplus/vtable.hpp> + #include <gtest/gtest.h> static const sdbusplus::vtable::vtable_t example[] = { |

