aboutsummaryrefslogtreecommitdiff
path: root/src/analyze.cpp
diff options
context:
space:
mode:
authorMichael Dusan <michael.dusan@gmail.com>2019-11-23 12:07:39 -0500
committerAndrew Kelley <andrew@ziglang.org>2019-11-23 14:17:55 -0500
commit29d7b5a80c9faf640c3db0de14cd229e90b2d8c3 (patch)
tree4c1d19fc47cb0ba2b275125a416f0ed6fbfb38e4 /src/analyze.cpp
parent7fa59565d31d4bd62e7c1250bb6c8aeda83429e6 (diff)
downloadzig-29d7b5a80c9faf640c3db0de14cd229e90b2d8c3.tar.gz
zig-29d7b5a80c9faf640c3db0de14cd229e90b2d8c3.zip
remove UTF BOM
Diffstat (limited to 'src/analyze.cpp')
-rw-r--r--src/analyze.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/analyze.cpp b/src/analyze.cpp
index 0a8b32dca7..d8c2d29486 100644
--- a/src/analyze.cpp
+++ b/src/analyze.cpp
@@ -1,4 +1,4 @@
-/*
+/*
* Copyright (c) 2015 Andrew Kelley
*
* This file is part of zig, which is MIT licensed.