Commit e7121a26 authored by Ben Walker's avatar Ben Walker
Browse files

scripts: Fix missing line break in gdb_macros.py



pycodestyle correctly detects that there isn't
two line breaks after the end of the class here.
The test pool pep8 does not catch this. We need
to move the test pool to the newer pycodestyle
tool.

Change-Id: I5fa8b66f8c3d76e41140e79fdcd264d7b38f86c7
Signed-off-by: default avatarBen Walker <benjamin.walker@intel.com>
Reviewed-on: https://review.gerrithub.io/c/444445


Reviewed-by: default avatarSeth Howell <seth.howell5141@gmail.com>
Reviewed-by: default avatarJim Harris <james.r.harris@intel.com>
Tested-by: default avatarSPDK CI Jenkins <sys_sgci@intel.com>
parent 64c30c0f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -285,4 +285,5 @@ class spdk_load_macros(gdb.Command):
        spdk_print_nvmf_subsystems()
        spdk_find_bdev()


spdk_load_macros()