chore: normalize text files to utf-8 without bom (#1394)

This commit is contained in:
leejet 2026-04-06 21:25:34 +08:00 committed by GitHub
parent 5bf438d568
commit 8afbeb6ba9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#ifndef __T5_HPP__
#ifndef __T5_HPP__
#define __T5_HPP__
#include <cfloat>

View File

@ -1,4 +1,4 @@
#include <algorithm>
#include <algorithm>
#include <iostream>
#include <string>
#include <vector>