From bda2419901c2d5800ca94cd645eb6c323cb1292c Mon Sep 17 00:00:00 2001 From: Sapan Bhatia Date: Thu, 17 Feb 2011 15:41:04 -0500 Subject: [PATCH] Better indentation --- spec2make.c | 70 ++++++++++++++++++++++++++--------------------------- 1 file changed, 35 insertions(+), 35 deletions(-) diff --git a/spec2make.c b/spec2make.c index fc5dd6f5..bcc49199 100644 --- a/spec2make.c +++ b/spec2make.c @@ -94,47 +94,47 @@ main(int argc, char *argv[]) /* walk argv list looking for options */ while ((args+1) from argv */ + /* whitelist-rpms are packages that need to be considered even if the parsing logic of spec2make (second half of this file) concludes otherwise */ + if (strcmp(argv[args],"--whitelist-rpms")==0) { + /* Split "whitelist-rpms" which is a comma-separated list, remove --whitelist-rpms