summaryrefslogtreecommitdiff
path: root/zephyr/test/uart_printf/src/fakes.cc
diff options
context:
space:
mode:
authorTom Hughes <tomhughes@chromium.org>2023-03-14 11:02:39 -0700
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2023-03-16 01:01:01 +0000
commit7a9f47487c41d15b3f8aeb4372afc36fc0dfceae (patch)
tree11379a82a539f3308fe664a10b47b92d51d649b1 /zephyr/test/uart_printf/src/fakes.cc
parentd826a966469853fc37d9b844b00c7ad680deaad9 (diff)
downloadchrome-ec-7a9f47487c41d15b3f8aeb4372afc36fc0dfceae.tar.gz
tree: Run clang-format on C++ files
BRANCH=none BUG=none TEST=CQ passes Change-Id: I4e359ebbfacfa10239e991ee89da82db5161ef20 Signed-off-by: Tom Hughes <tomhughes@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/4338476 Reviewed-by: Jeremy Bettis <jbettis@chromium.org>
Diffstat (limited to 'zephyr/test/uart_printf/src/fakes.cc')
-rw-r--r--zephyr/test/uart_printf/src/fakes.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/zephyr/test/uart_printf/src/fakes.cc b/zephyr/test/uart_printf/src/fakes.cc
index 0bb5fea1eb..6cfdacaaa0 100644
--- a/zephyr/test/uart_printf/src/fakes.cc
+++ b/zephyr/test/uart_printf/src/fakes.cc
@@ -3,12 +3,12 @@
* found in the LICENSE file.
*/
-#include <zephyr/fff.h>
-#include <zephyr/ztest.h>
-
#include "printf.h"
#include "uart.h"
+#include <zephyr/fff.h>
+#include <zephyr/ztest.h>
+
DEFINE_FFF_GLOBALS;
/* printf.h */