Remove unnecessary coding format in files

The line of "coding utf8" is added by some editors automatically.
It's useless, can be removed.

Change-Id: I76a3fc09ab77ce877d7143acbc9342480e9a3878
This commit is contained in:
miaohb 2017-01-04 17:50:34 +08:00
parent 1322a01ccd
commit 7fb2a984e7
3 changed files with 0 additions and 4 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,4 +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,4 +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