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/analyse-locks-simpletrace.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/analyse-locks-simpletrace.py')
| -rwxr-xr-x | scripts/analyse-locks-simpletrace.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/analyse-locks-simpletrace.py b/scripts/analyse-locks-simpletrace.py index d650dd7140..bd04cd43c9 100755 --- a/scripts/analyse-locks-simpletrace.py +++ b/scripts/analyse-locks-simpletrace.py @@ -1,5 +1,4 @@ #!/usr/bin/env python3 -# -*- coding: utf-8 -*- # # Analyse lock events and compute statistics # |