Fix magic comment of character encode

Change utf8 to utf-8 'cause my emacs warns
"Invalid coding system `utf8' is specified".

Change-Id: I0ad6f42c2539216c600c74aecd5b2b54db951ecf
This commit is contained in:
Shinya Kawabata 2016-01-27 15:55:48 +09:00
parent ff40596414
commit 2c48c8de50
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# -*- coding: utf8 -*-
# -*- coding: utf-8 -*-
# Copyright 2015 Hewlett-Packard
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may

View File

@ -1,4 +1,4 @@
# -*- coding: utf8 -*-
# -*- coding: utf-8 -*-
# Copyright 2014 Hewlett-Packard
# (C) Copyright 2015,2016 Hewlett Packard Enterprise Development Company LP
# Copyright 2015 Cray Inc. All Rights Reserved.