commit | 60edc614c9fa163a93b7f7a67a08b76a4e20a0e4 | [log] [tgz] |
---|---|---|
author | Patrick Venture <venture@google.com> | Wed Jun 24 15:06:41 2020 -0700 |
committer | Patrick Venture <venture@google.com> | Wed Jun 24 15:07:23 2020 -0700 |
tree | 1ec3d7c4e675f1b14ed3ec3bb1237902023812fe | |
parent | 00f39b84037a840a1b169a8017be75ac6636cb6f [diff] [blame] |
update clang-format Signed-off-by: Patrick Venture <venture@google.com> Change-Id: I584fa63c632c4df61b94306072cac8a471e80489
diff --git a/test/crc_unittest.cpp b/test/crc_unittest.cpp index 3816bba..d46215e 100644 --- a/test/crc_unittest.cpp +++ b/test/crc_unittest.cpp
@@ -1,5 +1,6 @@ -#include <cstdint> #include <ipmiblob/crc.hpp> + +#include <cstdint> #include <string> #include <vector>