Remove unnecessary coding format in the head of files

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

Change-Id: I066a91972750bc6ef79858dc434b7e7be9dcf52f
This commit is contained in:
miaohb 2017-01-04 18:00:47 +08:00
parent 16520438c3
commit d38571499c
2 changed files with 0 additions and 3 deletions

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,5 +1,3 @@
# -*- coding: utf-8 -*-
# Copyright 2010-2011 OpenStack Foundation
# Copyright (c) 2013 Hewlett-Packard Development Company, L.P.
#