From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1SPAAD-0003yz-KV for garchives@archives.gentoo.org; Tue, 01 May 2012 10:18:33 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CB220E0712; Tue, 1 May 2012 10:18:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 9E18BE0712 for ; Tue, 1 May 2012 10:18:20 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C2C531B401F for ; Tue, 1 May 2012 10:18:19 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 8C7B1E5403 for ; Tue, 1 May 2012 10:18:18 +0000 (UTC) From: "Sven Vermeulen" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sven Vermeulen" Message-ID: <1335867466.d533815085211db7c782e8d235f9b1c149b9a81f.SwifT@gentoo> Subject: [gentoo-commits] proj/hardened-refpolicy:master commit in: support/ X-VCS-Repository: proj/hardened-refpolicy X-VCS-Files: support/sedoctool.py X-VCS-Directories: support/ X-VCS-Committer: SwifT X-VCS-Committer-Name: Sven Vermeulen X-VCS-Revision: d533815085211db7c782e8d235f9b1c149b9a81f X-VCS-Branch: master Date: Tue, 1 May 2012 10:18:18 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: a9764a27-1a28-4e53-841e-5027fab857d7 X-Archives-Hash: 7c0cae63acbfaf77ede92239c5fd00ef commit: d533815085211db7c782e8d235f9b1c149b9a81f Author: Sven Vermeulen siphos be> AuthorDate: Tue May 1 10:17:46 2012 +0000 Commit: Sven Vermeulen siphos be> CommitDate: Tue May 1 10:17:46 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/hardened-refp= olicy.git;a=3Dcommit;h=3Dd5338150 Still some whitespace left to fix --- support/sedoctool.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/support/sedoctool.py b/support/sedoctool.py index aad7f99..9050719 100644 --- a/support/sedoctool.py +++ b/support/sedoctool.py @@ -80,7 +80,7 @@ def gen_booleans_conf(doc, file_name, namevalue_list): bool_val =3D BOOL_DISABLED =20 if bool_name and bool_val: - file_name.write("%s =3D %s\n\n" % (bool_name, bool_val)) + file_name.write("%s =3D %s\n\n" % (bool_name, bool_val)) bool_name =3D bool_val =3D None =20 # tunables are currently implemented as booleans