From caf88dd50c2c373d0e1ef6e7851e43ef30106725 Mon Sep 17 00:00:00 2001 From: Loge12 <35031408+Loge12@users.noreply.github.com> Date: Sun, 12 Dec 2021 15:36:33 +0100 Subject: [PATCH] add a closing tag --- flawfinder.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/flawfinder.py b/flawfinder.py index cea3897..2fca29f 100755 --- a/flawfinder.py +++ b/flawfinder.py @@ -644,6 +644,8 @@ class Hit(object): print_multi_line(main_text) if output_format: print(" ", end='') + if output_format: + print("", end='') print() if show_context: if output_format: