From 3c5f581df6be0776b1d49e94d518c58e93a886c2 Mon Sep 17 00:00:00 2001 From: Panu Matilainen Date: Mon, 5 May 2008 11:20:13 +0300 Subject: Indentation fixes --- build/parseSpec.c | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/build/parseSpec.c b/build/parseSpec.c index 7a39c59f4..3ee4649cf 100644 --- a/build/parseSpec.c +++ b/build/parseSpec.c @@ -281,16 +281,15 @@ int readLine(rpmSpec spec, int strip) if (!restoreFirstChar(spec)) { retry: - if ((rc = readLineFromOFI(spec, ofi)) != 0) - return rc; - - /* Copy next file line into the spec line buffer */ - - if ((rc = copyNextLineFromOFI(spec, ofi)) != 0) { - if (rc == RPMRC_FAIL) - goto retry; - return rc; - } + if ((rc = readLineFromOFI(spec, ofi)) != 0) + return rc; + + /* Copy next file line into the spec line buffer */ + if ((rc = copyNextLineFromOFI(spec, ofi)) != 0) { + if (rc == RPMRC_FAIL) + goto retry; + return rc; + } } copyNextLineFinish(spec, strip); -- cgit v1.2.3