From 72091182f1020342789e02939aa77f307eef7f89 Mon Sep 17 00:00:00 2001 From: leejet Date: Mon, 6 Apr 2026 21:14:46 +0800 Subject: [PATCH] chore: normalize text files to utf-8 without bom --- src/t5.hpp | 2 +- src/tokenize_util.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/t5.hpp b/src/t5.hpp index f64d0b6d7..60d0c6208 100644 --- a/src/t5.hpp +++ b/src/t5.hpp @@ -1,4 +1,4 @@ -#ifndef __T5_HPP__ +#ifndef __T5_HPP__ #define __T5_HPP__ #include diff --git a/src/tokenize_util.cpp b/src/tokenize_util.cpp index 33fdad266..770bfb5fe 100644 --- a/src/tokenize_util.cpp +++ b/src/tokenize_util.cpp @@ -1,4 +1,4 @@ -#include +#include #include #include #include