diff options
| author | Paolo Bonzini <pbonzini@redhat.com> | 2025-09-29 17:49:25 +0200 |
|---|---|---|
| committer | Stefan Hajnoczi <stefanha@redhat.com> | 2025-10-01 11:22:07 -0400 |
| commit | 20b92da6db74490a6ffdf01f3ec8d99fcb7c2c18 (patch) | |
| tree | 91cba621c982b5c2b31cb6980aa7bd233beeda91 /scripts/tracetool/format/ust_events_c.py | |
| parent | 4c2f770f67e0b0d8b512defca4d81bd09936ab85 (diff) | |
| download | focaccia-qemu-20b92da6db74490a6ffdf01f3ec8d99fcb7c2c18.tar.gz focaccia-qemu-20b92da6db74490a6ffdf01f3ec8d99fcb7c2c18.zip | |
treewide: remove unnessary "coding" header
The "-*- coding: utf-8 -*-" header was needed in Python 2, but in Python 3 UTF-8 is already the default encoding of source files. It is even less necessary in .css files that do not have UTF-8 sequences at all. Suggested-by: Manos Pitsidianakis <manos.pitsidianakis@linaro.org> Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Message-ID: <20250929154938.594389-4-pbonzini@redhat.com> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Diffstat (limited to 'scripts/tracetool/format/ust_events_c.py')
| -rw-r--r-- | scripts/tracetool/format/ust_events_c.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/tracetool/format/ust_events_c.py b/scripts/tracetool/format/ust_events_c.py index 569754a304..ea5f0ae99f 100644 --- a/scripts/tracetool/format/ust_events_c.py +++ b/scripts/tracetool/format/ust_events_c.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- - """ trace/generated-ust.c """ |