Files
chipsec-chipsec/tests/hal/__init__.py
T
William Leara 6e7231e1f4 fix for flake8 rule W292
This commit fixes all the W292 errors.  They were found by running "flake8 ." from the root directory.  This is an error defined by "pycodestyle", and has no functional impact to the source.  This is simply fixing whitespace as defined by CHIPSEC's .flake8 configuration.

background:
https://www.flake8rules.com/rules/W292.html
https://pycodestyle.pycqa.org/en/latest/intro.html#error-codes:~:text=trailing%20whitespace-,W292,-no%20newline%20at

versions: flake8 v7.1.2, python v3.12.6

Signed-off-by: William Leara <william.leara@dell.com>
2025-04-17 09:08:11 -07:00

20 lines
801 B
Python

# CHIPSEC: Platform Security Assessment Framework
# Copyright (c) 2023, Intel Corporation
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; Version 2.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#
# Contact information:
# chipsec@intel.com
#