Skip to content

Commit 8afbeb6

Browse files
authored
chore: normalize text files to utf-8 without bom (#1394)
1 parent 5bf438d commit 8afbeb6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/t5.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#ifndef __T5_HPP__
1+
#ifndef __T5_HPP__
22
#define __T5_HPP__
33

44
#include <cfloat>

src/tokenize_util.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#include <algorithm>
1+
#include <algorithm>
22
#include <iostream>
33
#include <string>
44
#include <vector>

0 commit comments

Comments
 (0)