[gegl] fattal02: reformat according to gcc misleading indentation



commit 4980238a96e0c61e2283868f5c6a41326e7c24c7
Author: Øyvind Kolås <pippin gimp org>
Date:   Tue Sep 20 13:30:46 2016 +0200

    fattal02: reformat according to gcc misleading indentation

 operations/common/fattal02.c |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/operations/common/fattal02.c b/operations/common/fattal02.c
index 0312c4b..8d2de20 100644
--- a/operations/common/fattal02.c
+++ b/operations/common/fattal02.c
@@ -1031,9 +1031,11 @@ fattal02_float_cmp (const void *_a,
   const gfloat a = *(gfloat *)_a,
                b = *(gfloat *)_b;
 
-  if (a < b) return -1;
-  if (a > b) return  1;
-             return  0;
+  if (a < b)
+    return -1;
+  if (a > b)
+    return  1;
+  return  0;
 }
 
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]