[Rpm-maint] [PATCH 3/3] rpmio: Indent code (minor)
Mukund Sivaraman
muks at banu.com
Thu Sep 29 07:09:14 UTC 2011
---
rpmio/rpmio.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/rpmio/rpmio.c b/rpmio/rpmio.c
index 2434687..b0aa5a0 100644
--- a/rpmio/rpmio.c
+++ b/rpmio/rpmio.c
@@ -1169,7 +1169,8 @@ static int lzdClose(FD_t fd)
lzfile = lzdFileno(fd);
- if (lzfile == NULL) return -2;
+ if (lzfile == NULL)
+ return -2;
rc = lzclose(lzfile);
/* XXX TODO: preserve fd if errors */
--
1.7.4.4
More information about the Rpm-maint
mailing list