From ffa3fa0aa9fab9c73e34706c56a08f5053717c87 Mon Sep 17 00:00:00 2001 From: cuu Date: Thu, 10 Mar 2022 04:04:31 -0600 Subject: [PATCH] add clang-format cheat --- Code/thermal_printer/ftype.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Code/thermal_printer/ftype.h b/Code/thermal_printer/ftype.h index a1ce9c7..98906a9 100644 --- a/Code/thermal_printer/ftype.h +++ b/Code/thermal_printer/ftype.h @@ -1,6 +1,6 @@ #ifndef FTYPE_H #define FTYPE_H - +// clang-format off #include #include #include @@ -8,7 +8,7 @@ #include #include - +// clang-format on #ifndef UTF8 typedef unsigned char UTF8; #endif