Remove unnecessary utf8 coding format in the head of files

The line of "coding: utf-8" is added by some editors automatically.
It is useless, can be removed.

Change-Id: I50ded5ec5140cfbcfdaa1a09ac816e6c88969000
This commit is contained in:
miaohb 2017-01-05 09:17:51 +08:00
parent 97ec8c0d81
commit c8674dbaa6
3 changed files with 0 additions and 6 deletions

View File

@ -1,5 +1,3 @@
# -*- coding: utf-8 -*-
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at

View File

@ -1,5 +1,3 @@
# -*- coding: utf-8 -*-
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at

View File

@ -1,5 +1,3 @@
# -*- coding: utf-8 -*-
# Licensed under the Apache License, Version 2.0 (the "License"); you may
# not use this file except in compliance with the License. You may obtain
# a copy of the License at