s4-scripting: fix wrong indent that caused gen_ntstatus.py to fail.
authorGünther Deschner <gd@samba.org>
Wed, 30 Sep 2015 06:14:06 +0000 (08:14 +0200)
committerJeremy Allison <jra@samba.org>
Wed, 30 Sep 2015 21:51:12 +0000 (23:51 +0200)
commitf5109dfcdb47432bc85ec3058d4f0f2b4fd15700
tree11e9f2c2260ce57a52378568b498a8469c6253b3
parentdea49cc7c07bb1206cf8600eeb9fa699c1ca0d75
s4-scripting: fix wrong indent that caused gen_ntstatus.py to fail.

Verified it now works again with:

./source4/scripting/bin/gen_ntstatus.py libcli/util/ntstatus.h MS-ERREF-2.3.1.NTSTATUS libcli/util/nterr.c

MS-ERREF-2.3.1.NTSTATUS as the copied content from
https://msdn.microsoft.com/en-us/library/cc704588.aspx.

Guenther

Signed-off-by: Günther Deschner <gd@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source4/scripting/bin/gen_ntstatus.py