diff options
author | Nikolai Kosjar <nikolai.kosjar@theqtcompany.com> | 2015-10-01 12:45:06 +0200 |
---|---|---|
committer | Nikolai Kosjar <nikolai.kosjar@theqtcompany.com> | 2015-10-01 10:51:10 +0000 |
commit | f1300df6b36e73081279f38fa96a78429f930423 (patch) | |
tree | 46039e8bdb00761739e3fdd8cc06d91125fd2017 /src/plugins/clangcodemodel/completionchunkstotextconverter.cpp | |
parent | f3400f62cde013563d6ff34e14da42df298d27d5 (diff) | |
download | qt-creator-f1300df6b36e73081279f38fa96a78429f930423.tar.gz |
Strip BOM from files
Change-Id: I9167c016760fe1e8378cdf84144c4bed5cd4e57c
Reviewed-by: Marco Bubke <marco.bubke@theqtcompany.com>
Diffstat (limited to 'src/plugins/clangcodemodel/completionchunkstotextconverter.cpp')
-rw-r--r-- | src/plugins/clangcodemodel/completionchunkstotextconverter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/clangcodemodel/completionchunkstotextconverter.cpp b/src/plugins/clangcodemodel/completionchunkstotextconverter.cpp index 3b4f5b6277..68e245f636 100644 --- a/src/plugins/clangcodemodel/completionchunkstotextconverter.cpp +++ b/src/plugins/clangcodemodel/completionchunkstotextconverter.cpp @@ -1,4 +1,4 @@ -/**************************************************************************** +/**************************************************************************** ** ** Copyright (C) 2015 Digia Plc and/or its subsidiary(-ies). ** Contact: http://www.qt.io/licensing |