From 8afbeb6ba9702c15d41a38296f2ab1fe5c829fa0 Mon Sep 17 00:00:00 2001 From: leejet Date: Mon, 6 Apr 2026 21:25:34 +0800 Subject: [PATCH] chore: normalize text files to utf-8 without bom (#1394) --- 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 f64d0b6d..60d0c620 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 33fdad26..770bfb5f 100644 --- a/src/tokenize_util.cpp +++ b/src/tokenize_util.cpp @@ -1,4 +1,4 @@ -#include +#include #include #include #include