From d42ecdba1d806b642548eeda0aa5774441ae2382 Mon Sep 17 00:00:00 2001 From: "David A. Wheeler" Date: Mon, 25 Feb 2019 23:33:57 -0500 Subject: [PATCH] Fix indentation (pylint) Signed-off-by: David A. Wheeler --- flawfinder | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/flawfinder b/flawfinder index aa048a8..8bbf1af 100755 --- a/flawfinder +++ b/flawfinder @@ -1804,9 +1804,9 @@ def process_file_args(files, patch_infos): # exist - if someone asks to process a file with this crazy # name, and it exists, we'll process it without complaint. if (h(f).startswith("\xe2\x80\x93") or - h(f).startswith("\xe2\x80\x94") or - h(f).startswith("\u2013") or - h(f).startswith("\u2014")): + h(f).startswith("\xe2\x80\x94") or + h(f).startswith("\u2013") or + h(f).startswith("\u2014")): print_warning( "Skipping non-existent filename starting with em dash or en dash " + h(f))