-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 This patch looks good to me. acked. No Brainer. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk5WqVUACgkQrlYvE4MpobMH5gCfRo7L51XeaoDHSgdUVQKZoTq3 aAcAn3vVEa0KCIFIKNDkyTmTzDEFEEfe =P36Q -----END PGP SIGNATURE-----
>From 2bb9cbad00025af10a1a69b71726fd9c5ee3df16 Mon Sep 17 00:00:00 2001 From: Eric Paris <eparis@xxxxxxxxxx> Date: Thu, 18 Aug 2011 09:58:19 -0400 Subject: [PATCH 09/77] checkpolicy: fix spacing in output message The output formatting had two items crammed together without a space. Add a space. Signed-off-by: Eric Paris <eparis@xxxxxxxxxx> --- checkpolicy/test/dispol.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/checkpolicy/test/dispol.c b/checkpolicy/test/dispol.c index fdf2d92..0e08965 100644 --- a/checkpolicy/test/dispol.c +++ b/checkpolicy/test/dispol.c @@ -365,7 +365,7 @@ static void display_filename_trans(policydb_t *p, FILE *fp) display_id(p, fp, SYM_TYPES, ft->ttype - 1, ""); display_id(p, fp, SYM_CLASSES, ft->tclass - 1, ":"); display_id(p, fp, SYM_TYPES, ft->otype - 1, ""); - fprintf(fp, "%s\n", ft->name); + fprintf(fp, " %s\n", ft->name); } } -- 1.7.6