From 1a4d13df5f02aa884e4b43a9a6397ca247ac483b Mon Sep 17 00:00:00 2001
From: Christian Kandeler <christian.kandeler@nokia.com>
Date: Tue, 6 Sep 2011 09:51:22 +0200
Subject: [PATCH] TextEditor: Remove byte order mark.

Some compilers have problems with such control characters.

Change-Id: I137913f8c7f8bd83367c3e5dbad4018045eff28f
Reviewed-on: http://codereview.qt.nokia.com/4240
Reviewed-by: Maurice Kalinowski <maurice.kalinowski@nokia.com>
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Christian Kandeler <christian.kandeler@nokia.com>
---
 src/plugins/texteditor/basetextdocument.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/plugins/texteditor/basetextdocument.cpp b/src/plugins/texteditor/basetextdocument.cpp
index 99edda25ebb..504f36c5461 100644
--- a/src/plugins/texteditor/basetextdocument.cpp
+++ b/src/plugins/texteditor/basetextdocument.cpp
@@ -1,4 +1,4 @@
-/**************************************************************************
+/**************************************************************************
 **
 ** This file is part of Qt Creator
 **
-- 
GitLab