From: Joseph Sutton Date: Wed, 10 Jan 2024 22:14:27 +0000 (+1300) Subject: s4:scripting: Remove blank line X-Git-Tag: talloc-2.4.2~104 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6b446b5119cabcb1c7fd35481f3313b64ada098e;p=thirdparty%2Fsamba.git s4:scripting: Remove blank line Signed-off-by: Joseph Sutton Reviewed-by: Douglas Bagnall --- diff --git a/source4/scripting/bin/gen_error_common.py b/source4/scripting/bin/gen_error_common.py index f4409bf9f6b..390d1d701b6 100644 --- a/source4/scripting/bin/gen_error_common.py +++ b/source4/scripting/bin/gen_error_common.py @@ -82,4 +82,3 @@ def parseErrorDescriptions( file_contents, isWinError, transformErrorFunction ): count = count + 1 print("parsed %d lines generated %d error definitions"%(count,len(errors))) return errors -