From 553be9f71998e872838769b1a9be6972ab8ccb8e Mon Sep 17 00:00:00 2001 From: giraffedata Date: Wed, 20 Sep 2023 18:10:34 +0000 Subject: whitespace git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@4672 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- lib/libppmfuzzy.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/libppmfuzzy.c') diff --git a/lib/libppmfuzzy.c b/lib/libppmfuzzy.c index 902d684d..37fa02ca 100644 --- a/lib/libppmfuzzy.c +++ b/lib/libppmfuzzy.c @@ -62,7 +62,7 @@ memberTrapez(fzLog const x1, fzLog const x) { fzLog retval; - + if (x <= x1 || x > x4) retval = 0; else if (x > x1 && x <= x2) @@ -301,7 +301,7 @@ matchBk(pixel const color, (*bkMatchP)[BKCOLOR_WHITE] = fzAnd(satVeryLow, valVeryHigh); - + (*bkMatchP)[BKCOLOR_RED] = fzAnd(fzAnd(fzOr(hueAround000, hueAround360), fzNot(satVeryLow)), fzOr(valMedium, valHigh) @@ -342,7 +342,7 @@ matchBk(pixel const color, fzAnd(fzOr(hueAround015, hueAround360), fzAnd(fzNot(satVeryLow), fzOr(valLow, valMedium))), fzAnd(hueAround015, satLow) - ); + ); } -- cgit 1.4.1