From a19bb0e684fd49f3152e5be325976aae04c7dbad Mon Sep 17 00:00:00 2001 From: giraffedata Date: Sun, 27 Feb 2022 05:11:45 +0000 Subject: whitespace git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@4288 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- editor/pamsistoaglyph.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'editor') diff --git a/editor/pamsistoaglyph.c b/editor/pamsistoaglyph.c index f9e25518..cac1f99f 100644 --- a/editor/pamsistoaglyph.c +++ b/editor/pamsistoaglyph.c @@ -151,7 +151,7 @@ bestEyeSepWeEncountered(int const bestSeparation[3], for (i = 2; i >= 0; --i) { if (bestSeparation[i] != 0) return bestSeparation[i]; - } + } return altBestSeparation; } @@ -429,3 +429,4 @@ main(int argc, const char *argv[]) { return 0; } + -- cgit 1.4.1