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